diff --git a/tv_audio_encoder.py b/tv_audio_encoder.py index 9693caf..8b618f2 100644 --- a/tv_audio_encoder.py +++ b/tv_audio_encoder.py @@ -235,7 +235,6 @@ def main(no_downmix=False): # Convert any codec that is not in REMUX_CODECS 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 ) processed_audio_files.append({ "Path": opus_file,