bug fix: one AI gives faulty error, another AI fixes it
This commit is contained in:
@@ -235,7 +235,6 @@ def main(no_downmix=False):
|
|||||||
# Convert any codec that is not in REMUX_CODECS
|
# Convert any codec that is not in REMUX_CODECS
|
||||||
opus_file = convert_audio_track(
|
opus_file = convert_audio_track(
|
||||||
stream_index, channels, language, audio_temp_dir, str(input_file_abs), not no_downmix
|
stream_index, channels, language, audio_temp_dir, str(input_file_abs), not no_downmix
|
||||||
stream_index, channels, language, audio_temp_dir, str(input_file_abs), not no_downmix
|
|
||||||
)
|
)
|
||||||
processed_audio_files.append({
|
processed_audio_files.append({
|
||||||
"Path": opus_file,
|
"Path": opus_file,
|
||||||
|
|||||||
Reference in New Issue
Block a user