[FFmpeg-user] muxing into mxf im50

Tuuls koxaniy at mail.ru
Wed Dec 21 23:03:59 CET 2011


you use :


ffmbc -y -i test.m2v -i test_1.wav -i test_2.wav -i test_3.wav -i
test_4.wav -map_audio_channel 1:0:0:0:1 -map_audio_channel 2:0:0:0:1
-map_audio_channel 3:0:0:0:1 -map_audio_channel 4:0:0:0:1 -timecode
00:00:11:01 -vcodec copy -target imx50 -acodec pcm_s16le -ac 4 -f mxf_d10
test_d10.mxf 

i use : 

ffmbc -y -i test.m2v -i test_1.wav -i test_2.wav -i test_3.wav -i
test_4.wav  -map_audio_channel 1:0:0:0:1:0 -map_audio_channel 2:0:0:0:1:1
-map_audio_channel 3:0:0:0:1:2 -map_audio_channel 4:0:0:0:1:3 -timecode
00:00:11:01 -vcodec copy -target imx50 -acodec pcm_s16le -ac 4 -f mxf_d10
test_d10.mxf 

at the command line describing the mapping of channels
indicated:

-map_audio_channel
1(in_file):0(in_stream):0(in_channel):0(out_file):1(out_stream):0(out_channel)

--
View this message in context: http://ffmpeg-users.933282.n4.nabble.com/muxing-into-mxf-im50-tp4221697p4223428.html
Sent from the FFmpeg-users mailing list archive at Nabble.com.


More information about the ffmpeg-user mailing list