Files
tools/VideoCompress/config.json
2025-10-24 22:37:18 +08:00

22 lines
524 B
JSON

{
"save_to": "single",
"bitrate": null,
"crf": 26,
"codec": "h264_qsv",
"hwaccel": "qsv",
"extra": [],
"ffmpeg": "ffmpeg",
"manual": null,
"video_ext": [
".mp4",
".mkv"
],
"compress_dir_name": "compress_qsv",
"resolution": null,
"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
}