[FFmpeg-user] Fwd: "Guessed Channel Layout for Input Stream" - how to assign channels? (FL+FR+FC+LFE+BL+BR)

Carl Eugen Hoyos cehoyos at ag.or.at
Wed Apr 3 00:03:13 CEST 2013


Steve C <natgeo.operations <at> gmail.com> writes:

> "C:\\ffmpeg.exe" -i "C:\\Test\\NTSC_ProResHQ_NA.mov" -i
> "C:\\Test\\01_5.1.FM.L.wav" -i "C:\\Test\\02_5.1.FM.R.wav" -i
> "C:\\Test\\03_5.1.FM.C.wav" -i "C:\\Test\\04_5.1.FM.LFE.wav"

Please try:
$ ffmpeg.exe -channel_layout FL -i 01_5.1.FM.L.wav 
-channel_layout FR -i 02_5.1.FM.R.wav -channel_layout FC 
-i 03_5.1.FM.C.wav -channel_layout LFE -i 04_5.1.FM.LFE.wav 
...

Carl Eugen



More information about the ffmpeg-user mailing list