Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
vp9 [2020/06/10 05:11] – beandog | vp9 [2023/04/20 03:54] (current) – [ffmpeg] beandog | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== VP9 ====== | ====== VP9 ====== | ||
+ | * [[https:// | ||
* [[https:// | * [[https:// | ||
* [[https:// | * [[https:// | ||
* [[http:// | * [[http:// | ||
* [[https:// | * [[https:// | ||
- | * [[https://www.texpion.com/2018/07/av1-vs-vp9-vs-avc-h264-vs-hevc-h265-1-lossless.html|AV1 vs VP9 vs AVC (h.264) vs HEVC (h.265): Part I - Lossless]] - a good read, I like this one | + | * [[http://wiki.webmproject.org/vp9/vp9-tips|VP9 Tips - Encoding Modes and Recommended Command Line Options]] |
- | * [[https:// | + | * [[https:// |
+ | * [[https:// | ||
+ | |||
+ | ==== vpxenc ==== | ||
+ | |||
+ | By default, '' | ||
+ | |||
+ | To gain a CRF-type result, use '' | ||
+ | |||
+ | I get different encoding times on multiple runs, even though it's producing the exact same files, so watch out for that. | ||
+ | |||
+ | |||
+ | ==== HandBrake ==== | ||
+ | |||
+ | 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] | ||
+ | </ |