Files
tools/VideoCompress/config.json
2026-01-11 12:40:07 +08:00

23 lines
537 B
JSON

{
"save_to": "single",
"crf": 18,
"bitrate": null,
"codec": "h264",
"hwaccel": null,
"extra": [],
"ffmpeg": "ffmpeg",
"ffprobe": "ffprobe",
"manual": null,
"video_ext": [
".mp4",
".mkv"
],
"compress_dir_name": "compress",
"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
}