optimize CLI and config

This commit is contained in:
2026-01-11 13:05:35 +08:00
parent cae41d9bb0
commit 9ba34f8d2e
2 changed files with 37 additions and 17 deletions

View File

@ -8,5 +8,14 @@
".mp4",
".mkv"
],
"resolution": null
"resolution": "1920x1080",
"extra": [],
"manual": null,
"compress_dir_name": "compress",
"fps": 30,
"test_video_resolution": "1920x1080",
"test_video_fps": 30,
"test_video_input": "compress_video_test.mp4",
"test_video_output": "compressed_video_test.mp4",
"disable_hwaccel_when_fail": true
}