AtiQah-FC / lavfilters

Automatically exported from code.google.com/p/lavfilters
GNU General Public License v2.0
0 stars 0 forks source link

Wrong default audio track in AVI #86

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Describe the issue you're having:
In some cases, when there is more than 1 audio track in an AVI file, 
LAVSplitter may incorrectly set the default audio track. 

How can the issue be reproduced? Sample File?
Sample: http://www.mediafire.com/?04a9dc50dkbw1kd
Upon playback it starts to play the second audio track, while it is supposed to 
play the first one. 
There is no such issue with Haali Splitter or MPC internal splitter.

What version of the product are you using? In which Player?
LAVSplitter 0.34, MPC-HC 1.5.3

Please provide any additional information below.

Original issue reported on code.google.com by cymek...@gmail.com on 6 Sep 2011 at 5:47

GoogleCodeExporter commented 9 years ago
It'll play the second stream because it has a higher bitrate. It'll always try 
to play the highest-quality stream, it doesn't know whats in the streams.

This is not a bug. If your commentary tracks are better quality then the real 
audio tracks, then you'll get the commentary track. You should probably use a 
smarter container like MKV, where you can set a default stream.

Original comment by h.lepp...@gmail.com on 6 Sep 2011 at 7:58

GoogleCodeExporter commented 9 years ago
Thanks for clarification, then. I just went ahead and made a custom build with 
bitrate check commented out. Now it works just as I expect it to.

Original comment by cymek...@gmail.com on 8 Sep 2011 at 11:23