Files
tools/VideoCompress/config_for_Android.json
2025-10-20 22:35:03 +08:00

12 lines
214 B
JSON

{
"save_to": "single",
"bitrate": "3M",
"codec": "h264_mediacodec",
"hwaccel": "mediacodec",
"ffmpeg": "ffmpeg",
"video_ext": [
".mp4",
".mkv"
],
"resolution": null
}