[FFmpeg-user] ffplay -f argument to play planar audio
Adriano Pallavicino
adrianopallavicino at gmail.com
Thu Jan 16 00:14:46 CET 2014
Hi mastereve, assuming that you have registered with:
ffmpeg -f alsa -ar 16000 -ac 1 -i default -f s16le -acodec pcm_s16le foo.wav
Then, to listen your "raw" sound, you should type:
ffplay -f s16le -acodec pcm_s16le -ar 16000 -ac 1 foo.wav
2014/1/15 mastereve <gheorghitacristian at mac.com>
> 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.
>
>
>
> --
> View this message in context:
> http://ffmpeg-users.933282.n4.nabble.com/ffplay-f-argument-to-play-planar-audio-tp4663234.html
> Sent from the FFmpeg-users mailing list archive at Nabble.com.
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
--
Adriano Pallavicino
More information about the ffmpeg-user
mailing list