[FFmpeg-user] ffplay -f argument to play planar audio

Leo Izen leo.izen at gmail.com
Wed Jan 15 01:37:20 CET 2014



On 01/14/2014 06:55 PM, mastereve wrote:
> Hello guys!
>
> I am wondering what argument should I pas to ffplay -f to be able to play
> planar audio. If I try setting s16be it sound wrong but I can't seem to find
> which argument is equivalent to s16p or ftlp
>
> Any thoughts? Thank you.

s16be means 16-bit (two-byte) samples where the most-significant byte 
comes first (big endian), while CD standard is s16le (little-endian) 
where the least-significant byte comes first. Try s16le.



More information about the ffmpeg-user mailing list