I don't have any videos on hand at the moment, were you using GPU or CPU servers to convert the videos?
1746309285
For the CPU, to adjust the crf, what do you think?
ffmpeg_command = [
'ffmpeg', '-i', full_file_path, '-i',
'-filter_complex', filter_complex,
'-vcodec', 'libx264', '-movflags'...