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/10 05:11] – beandog | ||
---|---|---|---|
Line 6: | Line 6: | ||
* [[https:// | * [[https:// | ||
* [[http:// | * [[http:// | ||
+ | |||
+ | ==== Notes ==== | ||
+ | |||
+ | Both VP8 and [[VP9]] are a bit confusing on how to get good encodes related to specific levels of quality, when using the documentation and '' | ||
+ | |||
+ | In it's simplest approach, if using '' | ||
+ | |||
+ | For '' | ||
+ | |||
+ | For HandBrake, use '' | ||
==== Encoding Quality ==== | ==== Encoding Quality ==== | ||
Line 15: | Line 25: | ||
< | < | ||
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 | ||
</ | </ |