Files
tools/VideoCompress/config_for_Android.json
2026-01-11 13:05:35 +08:00

21 lines
522 B
JSON

{
"save_to": "single",
"bitrate": "3M",
"codec": "h264_mediacodec",
"hwaccel": "mediacodec",
"ffmpeg": "ffmpeg",
"video_ext": [
".mp4",
".mkv"
],
"resolution": "1920x1080",
"extra": [],
"manual": null,
"compress_dir_name": "compress",
"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
}