update VideoCompress

This commit is contained in:
2026-01-11 12:40:07 +08:00
parent 6f304a634c
commit cae41d9bb0
4 changed files with 212 additions and 5928 deletions

View File

@ -1,22 +1,22 @@
{
"save_to": "single",
"crf": 18,
"bitrate": null,
"crf": 26,
"codec": "h264_qsv",
"hwaccel": "qsv",
"codec": "h264",
"hwaccel": null,
"extra": [],
"ffmpeg": "C:/tools/ffmpeg/bin/ffmpeg.exe",
"ffprobe": "C:/tools/ffmpeg/bin/ffprobe",
"ffmpeg": "ffmpeg",
"ffprobe": "ffprobe",
"manual": null,
"video_ext": [
".mp4",
".mkv"
],
"compress_dir_name": "compress_qsv",
"compress_dir_name": "compress",
"resolution": null,
"fps": "30",
"fps": 30,
"test_video_resolution": "1920x1080",
"test_video_fps": "30",
"test_video_fps": 30,
"test_video_input": "compress_video_test.mp4",
"test_video_output": "compressed_video_test.mp4",
"disable_hwaccel_when_fail": true