[Libav-user] Audio quality loss while encoding

Brad O'Hearne brado at bighillsoftware.com
Wed Apr 24 20:05:53 CEST 2013


On Apr 24, 2013, at 10:57 AM, Paul B Mahol <onemda at gmail.com> wrote:

> For planar sample format, each channel is in separate array:
> 
> channel left = data[0]
> channel right = data[1]
> 
> If you use more than 8 channels, use extended_data instead.
> _______________________________________________
> Libav-user mailing list
> Libav-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/libav-user


Paul -- thx for the reply. Fair enough on the above -- so as a contrast to this structure, what does the data array look like for a non-planar format with two channels? 

Brad 


More information about the Libav-user mailing list