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/05/23 07:49] – beandog | vp8 [2020/06/09 10:12] – beandog | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== VP8 ====== | ====== VP8 ====== | ||
+ | * [[https:// | ||
* [[https:// | * [[https:// | ||
* [[http:// | * [[http:// | ||
* [[https:// | * [[https:// | ||
+ | * [[http:// | ||
+ | |||
+ | ==== Encoding Quality ==== | ||
+ | |||
+ | With the defaults, vpxenc will create low quality encodes, its bitrate is too low. It will have to be bumped up to get some good quality. | ||
+ | |||
+ | When using ffmpeg, pass '' | ||
+ | |||
+ | < | ||
+ | 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 | ||
+ | </ |