restore old bitrate - I may have overcompressed irreversibly due to this
This commit is contained in:
@@ -128,8 +128,8 @@ def encode_dvr(input_file, output_dir, gpu):
|
|||||||
'-aq-strength', '15',
|
'-aq-strength', '15',
|
||||||
'-cq', '0',
|
'-cq', '0',
|
||||||
'-b:v', '10000k',
|
'-b:v', '10000k',
|
||||||
'-maxrate', '5500k',
|
'-maxrate', '10000k',
|
||||||
'-bufsize', '11000k',
|
'-bufsize', '20000k',
|
||||||
'-c:a', 'copy',
|
'-c:a', 'copy',
|
||||||
'-map', '0',
|
'-map', '0',
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user