kiker
!!m8ZMOnWSI0a
11/7/2025, 10:59:08 PM
No.107136762
[Report]
>>107137221
>>107137260
>>107138481
PSA for VP9: single pass encodes do not utilize alternate reference frames.
ffmpeg -h encoder=libvpx-vp9
-auto-alt-ref <int> E..V....... Enable use of alternate reference frames (2-pass only) (from -1 to 6) (default -1)
H264:
PARAMS: -c:v libx264 -preset slow -crf 27
encoder: Lavc61.19.101 libx264
frame= 1253 fps= 99 q=-1.0 Lsize= 3425KiB time=00:00:52.12 bitrate= 538.2kbits/s speed=4.14x
VP9:
PARAMS: -c:v libvpx-vp9 -b:v 0 -crf 38 -cpu-used 1 -tile-columns 1 -row-mt 1 -enable-tpl 1
encoder: Lavc61.19.101 libvpx-vp9
frame= 1253 fps= 27 q=28.0 Lsize= 2658KiB time=00:00:52.20 bitrate= 417.0kbits/s speed=1.11x
2-pass VP9:
PARAMS: -c:v libvpx-vp9 -b:v 0 -crf 40 -auto-alt-ref 1 -cpu-used 1 -tile-columns 1 -row-mt 1 -enable-tpl 1 -pass 2
encoder: Lavc61.19.101 libvpx-vp9
frame= 1253 fps= 12 q=40.0 Lsize= 2336KiB time=00:00:52.20 bitrate= 366.5kbits/s speed=0.502x
AV1:
PARAMS: -c:v libsvtav1 -preset 8 -crf 35
encoder: Lavc61.19.101 libsvtav1
frame= 1253 fps=102 q=36.0 Lsize= 2619KiB time=00:00:52.16 bitrate= 411.3kbits/s speed=4.26x
I was able to find a lossless 720p24fps video source, about a minute long but 1.6GB in file size.
https://media.xiph.org/video/derf/y4m/sintel_trailer_2k_720p24.y4m
ffmpeg -h encoder=libvpx-vp9
-auto-alt-ref <int> E..V....... Enable use of alternate reference frames (2-pass only) (from -1 to 6) (default -1)
H264:
PARAMS: -c:v libx264 -preset slow -crf 27
encoder: Lavc61.19.101 libx264
frame= 1253 fps= 99 q=-1.0 Lsize= 3425KiB time=00:00:52.12 bitrate= 538.2kbits/s speed=4.14x
VP9:
PARAMS: -c:v libvpx-vp9 -b:v 0 -crf 38 -cpu-used 1 -tile-columns 1 -row-mt 1 -enable-tpl 1
encoder: Lavc61.19.101 libvpx-vp9
frame= 1253 fps= 27 q=28.0 Lsize= 2658KiB time=00:00:52.20 bitrate= 417.0kbits/s speed=1.11x
2-pass VP9:
PARAMS: -c:v libvpx-vp9 -b:v 0 -crf 40 -auto-alt-ref 1 -cpu-used 1 -tile-columns 1 -row-mt 1 -enable-tpl 1 -pass 2
encoder: Lavc61.19.101 libvpx-vp9
frame= 1253 fps= 12 q=40.0 Lsize= 2336KiB time=00:00:52.20 bitrate= 366.5kbits/s speed=0.502x
AV1:
PARAMS: -c:v libsvtav1 -preset 8 -crf 35
encoder: Lavc61.19.101 libsvtav1
frame= 1253 fps=102 q=36.0 Lsize= 2619KiB time=00:00:52.16 bitrate= 411.3kbits/s speed=4.26x
I was able to find a lossless 720p24fps video source, about a minute long but 1.6GB in file size.
https://media.xiph.org/video/derf/y4m/sintel_trailer_2k_720p24.y4m