Files
tools/VideoCompress/config.json
2025-07-25 14:08:06 +08:00

12 lines
181 B
JSON

{
"save_to": "single",
"crf": 18,
"codec": "h264",
"ffmpeg": "ffmpeg",
"video_ext": [
".mp4",
".mkv"
],
"extra": [],
"train": false
}