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

Carl Eugen Hoyos cehoyos at ag.or.at
Thu Aug 1 00:12:19 CEST 2013


Nathan Lewis <nlewis <at> crawford.com> writes:

> 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);  ?

No, please test:
avio_wb24(pb, 0xF);

Thank you, Carl Eugen



More information about the ffmpeg-user mailing list