skybert's Blog

skybert's Avatar Image
Coder of systems, lover of languages, follower of Christ. 台灣女婿
← All posts

To convert an .mkv video file to .webm, I find this commands produces good results:

$ ffmpeg -i foo.mkv -c:v libvpx -crf 10 -b:v 1M -c:a libvorbis foo.webm

The resulting foo.webm video file plays natively in Firefox and Google Chrome.

#video #linux #unix

To like or reply, open original post on Emacs.ch