fix: remove useless cq

The constant quality parameter is already present in the command
This commit is contained in:
Rémi Heredero 2025-05-03 15:19:00 +02:00
parent 79b3a2196c
commit ca24665574
Signed by: Klagarge
GPG Key ID: 735B36B074A65F0F

View File

@ -55,7 +55,6 @@ def encode(input_file, codec, remove_source=False, save_log=False):
"ffmpeg",
"-i", input_file,
"-map", "0",
"-cq", str(cq),
] + extra_params + [
"-c:v", ffmpeg_codec,
"-preset", "p4",