MKV to WebM

This commit is contained in:
benoit 2019-07-26 09:28:05 +00:00
parent 50a44882be
commit 8d68d0ad22

View file

@ -1,3 +1,11 @@
# Convert
# MKV to WebM
~~~
$ ffmpeg -i input.mkv -c:v libvpx -qmin 0 -qmax 50 -crf 10 -b:v 2M -c:a libvorbis output.webm
~~~
# Recording Screen
## Within a specified zone