Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
vp8 [2020/06/10 05:11] – beandog | vp8 [2023/04/20 04:17] (current) – [Notes] beandog | ||
---|---|---|---|
Line 15: | Line 15: | ||
For '' | For '' | ||
- | For HandBrake, use '' | + | For HandBrake, use '' |
==== Encoding Quality ==== | ==== Encoding Quality ==== | ||
Line 21: | Line 21: | ||
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. | 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 '' | + | SETTING crf and b:v 0 only works on VP9, DESPITE what the ffmpeg docs say. |
+ | <del>When using ffmpeg, pass '' | ||
< | < | ||
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 | ||
- | </ | + | </code></ |
- | HandBrake: | + | HandBrake's default CRF for VP8 is 22. |
< | < | ||
- | HandBrakeCLI -i video.y4m -e VP8 -q 6 -o video.mkv | + | HandBrakeCLI -i video.y4m -e VP8 -q 18 -o video.mkv |
</ | </ |