So for your it should be 0:1:0:0:1:0 outfile map 0:1:1:0:2:0 -newaudio
(assuming your sound is track 1 in your input file...)
hth,
Bouke
ffmbc -i input.mov -vcodec copy -acodec pcm_s16le -map_audio_channel 0.0:0-0.1 output.mov -acodec
pcm_s16le -map_audio_channel 0.0:1-0.1 -newaudio
This should work. You can use dots and dashes to seperate files and tracks and input-output, it
makes it easier to understand.
You don't need -ac 1, there nothing to downmix to mono since you are already extracting one single
channel for the source.
You also don't need to output channel number since you have not rematrixing, it automatically
numbers them in order (0, 1, 2, etc...)
The output channel number is used to switch channel left and right for example and make the
commandline switch order independent if wanted.
As a general rule, please only trust what you can find on www.ffmbc.com
in the wiki pages. There are a lot of wrong examples everywhere on the internet.
--
Baptiste COUDURIER
Key fingerprint 8D77134D20CC9220201FC5DB0AC9325C5C1ABAAA
FFmpeg maintainer http://www.ffmpeg.org
Damn typo:
ffmbc -i input.mov -vcodec copy -acodec pcm_s16le -map_audio_channel 0.0:0-0.0 output.mov -acodec
pcm_s16le -map_audio_channel 0.0:1-0.1 -newaudio
--
Well, I'm sorry but map_audio_channel returns a result.
I believe most of users prefer using a wiki and I can understand why
as I think a wiki should describe how do to things.
The FFmbc seems structured to me, there are 7 pages which have a pretty
obvious title:
> Is there a list of all the pages on that wiki?
Huh ? Of course, don't you see if you click "wiki" ?
ProResEncoding
SubtitlesBurning
XDCAMHD422Encoding
FFmbc06to07
CompiledWindowsBinary
IMXD10Encoding
HowtoInstallFFMbconDebianTesting