使用 Video2X 生成的 1440P Misaka Dances 作为源
分辨率 1920*1440
比特率 1000 kbps
2pass 模式
AV1 8bit
解码压力不高,可以流畅播放。
.\aomenc.exe --webm -w 1920 -h 1440 --fps=30/1 --cpu-used=4 --bit-depth=8 --color-primaries=bt709 --end-usage=cq --target-bitrate=1000 --passes=2 --pass=2 --fpf=8b.log -o 8b.webm y4m.y4m
AV1 10bit
1230V3 严重卡顿,8750H 卡顿,A12X 轻微卡顿,画质相比 8bit 提升极小
.\aomenc.exe --webm -w 1920 -h 1440 --fps=30/1 --cpu-used=4 --bit-depth=10 --color-primaries=bt709 --end-usage=cq --target-bitrate=1000 --passes=2 --pass=2 --fpf=10b.log -o 10b.webm y4m.y4m
AV1 12bit
解码压力更大并且有马赛克,画质相比 10bit 提升极小
.\aomenc.exe --webm -w 1920 -h 1440 --fps=30/1 --cpu-used=1 --bit-depth=12 --color-primaries=bt709 --end-usage=cq --target-bitrate=1000 --passes=2 --pass=2 --fpf=12b.log -o 12b.webm y4m.y4m