[FFmpeg-user] Offlist, Is mixing of audio channels happening by default in ffmpeg?

Nathan Lewis nlewis at crawford.com
Wed Jul 31 23:38:06 CEST 2013


On Fri, Jul 19, 2013 at 6:06 AM, Carl Eugen Hoyos <cehoyos at ag.or.at> wrote:

> Bouke (VideoToolShed <bouke <at> videotoolshed.com> writes:
>
> > > I was hoping somebody could test if writing 0xf for
> > > all audio tracks as asked in this mail really helps:
> > > http://thread.gmane.org/gmane.comp.video.ffmpeg.user/45089/focus=45134
> >
> > What do you want me to do? I'm an end user, not a C coder...
>
> No C coder is needed, just somebody who can compile
> FFmpeg. Apparently, this is such an unimportant
> problem that I will probably not work on it.
>
> Thanks, Carl Eugen
>
>
I'd be glad to help test this but I'm not clear on what needs to change.
 Does avio_wb24(pb, track->secondary ? 0x2 : 0xf);  need to become
avio_wb24(pb, track->secondary ? 0x2 : 0xF);  ?


More information about the ffmpeg-user mailing list