Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| vp9 [2023/04/08 21:52] – [vpxenc] beandog | vp9 [2023/04/20 03:54] (current) – [ffmpeg] beandog | ||
|---|---|---|---|
| Line 14: | Line 14: | ||
| By default, '' | By default, '' | ||
| - | As far as I can tell, there's no default | + | To gain a CRF-type result, use '' |
| + | |||
| + | I get different encoding times on multiple runs, even though | ||
| - | To gain a CRF-type result, use '' | ||
| ==== HandBrake ==== | ==== HandBrake ==== | ||
| By default, HandBrake uses a CQ of 22. | By default, HandBrake uses a CQ of 22. | ||
| + | |||
| + | HandBrake will only use 2-passes if a bitrate is set as well. | ||
| + | |||
| + | ==== ffmpeg ==== | ||
| + | |||
| + | You can use '' | ||
| + | |||
| + | < | ||
| + | ffmpeg -loglevel debug -i sample.y4m -vcodec libvpx-vp9 sample.webm | ||
| + | </ | ||
| + | |||
| + | Relevant output: | ||
| + | |||
| + | < | ||
| + | [libvpx-vp9 @ 0x55a6e613e3c0] | ||
| + | [libvpx-vp9 @ 0x55a6e613e3c0] | ||
| + | [libvpx-vp9 @ 0x55a6e613e3c0] | ||
| + | [libvpx-vp9 @ 0x55a6e613e3c0] | ||
| + | [libvpx-vp9 @ 0x55a6e613e3c0] | ||
| + | [libvpx-vp9 @ 0x55a6e613e3c0] | ||
| + | [libvpx-vp9 @ 0x55a6e613e3c0] | ||
| + | [libvpx-vp9 @ 0x55a6e613e3c0] | ||
| + | [libvpx-vp9 @ 0x55a6e613e3c0] | ||
| + | </ | ||