[FFmpeg-user] Converting raw PCM to Multichannel Wav
Carl Eugen Hoyos
cehoyos at ag.or.at
Tue Apr 14 16:47:55 CEST 2015
Rashed <mail2rashed.md <at> gmail.com> writes:
> For stereo PCM data, I could use below options
>
> ffmpeg -f s16le -ar 44.1k -ac 2 -i file.pcm file.wav
(Complete, uncut console output missing.)
> But for 6 channels, how do I input channel sequence
> to ffmpeg ?
Search for "2" in your command line (it indicates
"stereo") and replace it with "6".
Carl Eugen
More information about the ffmpeg-user
mailing list