Change default audio track in .avi without remuxing

audioavivideo

I have some .avi files that have multiple audio tracks and the default audio track is in a foreign language. I'm not seeking to remove the other track, but merely change some default flag within it so that, when I open it, it plays track 2, or whatever.

I dont want to create any new files, I shouldn't have to do anything like that, and with .mkvs this was really simple.

So I'm wondering if it is also possible to [reasonably simply] modify the contents of an .avi

Best Answer

I used AVIdemux. It does it in seconds so it's not fully 'demuxing', only changing the preferred audio track (or simply deleting the one you don't want) and making the internal parts of the AVI container file mesh properly. It's a free program - http://sourceforge.net/projects/avidemux/?source=dlp

note: The program obviously has demuxing capabilities.

Related Question