mirror of
https://github.com/LTTLabsOSS/markbench-tests.git
synced 2026-01-08 05:33:52 -05:00
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
12 lines
222 B
YAML
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 |