MKV to WebM
This commit is contained in:
parent
50a44882be
commit
8d68d0ad22
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue