[FFmpeg-user] swopping channels in a 5.1 layout

Clément Bœsch ubitux at gmail.com
Tue Jan 31 17:48:12 CET 2012


On Sun, Jan 29, 2012 at 02:46:14PM +0100, Youri Feenstra wrote:
> Hi all,
> I'm trying to reverse left and right audio channels from a 5.1 audio source.
> My command is
> ffmpeg -i 6.wav -map_channel 0.0.1 -map_channel 0.0.0 -map_channel 0.0.2
> -map_channel 0.0.3 -map_channel 0.0.5 -map_channel 0.0.4 -y 6rev.wav
> 
> But the resulting file will sound exactly the same.
> However, when I downmix to two channels, like so
> ffmpeg -i 6.wav -ac 2 -map_channel 0.0.1 -map_channel 0.0.0 -map_channel
> 0.0.2 -map_channel 0.0.3 -map_channel 0.0.5 -map_channel 0.0.4 -y 2rev.wav
> 
> ...the resulting audio will have the left and right channels swopped. The
> fact that this will be a 2-channeld audio stream isn't a big problem since
> I'll be using this command on video files which I will play on my phone
> with headphones.
> But, downmixing results in a much lower volume, which is an issue for me.
> 
> Does anyone know why the map_channel option won't work on a 5.1 output
> stream?
> 

This should now be fixed upstream. Feel free to raise any other issue,
thank you for your report.

About the path issue you mentioned in the other mail, I have no idea.

-- 
Clément B.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 490 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-user/attachments/20120131/181d0d53/attachment.asc>


More information about the ffmpeg-user mailing list