Files
tools/VideoCompress/config.json
2025-12-21 14:23:24 +08:00

11 lines
161 B
JSON

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