Closed gfitzp closed 2 years ago
Seems when a track has no linguistic content ('zxx' language code) it's missing the 4th language name, so trying to get language[3]
in other_language
fails; see:
'other_language': ['zxx', 'zxx', 'zxx']
vs 'other_language': ['English', 'English', 'en', 'eng', 'en']
Fixed in c066d1c53e21f1f36d008af0b686771eee43e12b
Handle this type of error:
If MKV, re-export as MKV
If not MKV, export the first track for video/audio/subtitle:
Try to re-process the output_file, and if it still can't be processed, then throw exception.