Files
markbench-tests/ffmpeg_cpu/manifest.yaml
j-lin-lmg b229c4f027 Ffmpeg cpu benchmark (#179)
Added ffmpeg cpu benchmark based on @nharris-lmg commands

3 options for encode (h264, av1, h265)

will report final vmaf score as "score" in report json

logs saved to artifacts
2025-12-23 16:20:51 -08:00

12 lines
222 B
YAML

friendly_name: "FFMPEG CPU VMAF"
executable: "ffmpeg_cpu.py"
process_name: "ffmpeg.exe"
disable_presentmon: true
output_dir: run
options:
- name: encoder
type: select
values:
- h264
- av1
- h265