Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revisionNext revisionBoth sides next revision | ||
vp8 [2020/06/09 10:11] – beandog | vp8 [2020/06/09 10:12] – beandog | ||
---|---|---|---|
Line 15: | Line 15: | ||
< | < | ||
ffmpeg -i video.y4m -vcodec libvpx -crf 6 -b:v 0 -y video.mkv | ffmpeg -i video.y4m -vcodec libvpx -crf 6 -b:v 0 -y video.mkv | ||
+ | </ | ||
+ | |||
+ | HandBrake: | ||
+ | |||
+ | < | ||
+ | HandBrakeCLI -i video.y4m -e VP8 -q 6 -o video.mkv | ||
</ | </ |