restore old bitrate - I may have overcompressed irreversibly due to this

This commit is contained in:
2025-12-14 13:17:48 -07:00
parent 8cdb75fa05
commit d52514c7b4

View File

@@ -128,8 +128,8 @@ def encode_dvr(input_file, output_dir, gpu):
'-aq-strength', '15',
'-cq', '0',
'-b:v', '10000k',
'-maxrate', '5500k',
'-bufsize', '11000k',
'-maxrate', '10000k',
'-bufsize', '20000k',
'-c:a', 'copy',
'-map', '0',
]