Santa
23rd April 2010, 09:02
I have a 9 streams file as input:
0 = video
1 to 9 = audio (each stream contains a mono channel)
i want to make an encoding which create an mpeg2 file with 2 streams:
0 = video
1 = stereo channel
where the stereo channel is intended to be:
1.0 (left) = source stream 1
1.1 (right) = source stream 2
is it possible to do with ffmpeg?
how can i do it (I'm using it under windows xp, and I use the command line version)
0 = video
1 to 9 = audio (each stream contains a mono channel)
i want to make an encoding which create an mpeg2 file with 2 streams:
0 = video
1 = stereo channel
where the stereo channel is intended to be:
1.0 (left) = source stream 1
1.1 (right) = source stream 2
is it possible to do with ffmpeg?
how can i do it (I'm using it under windows xp, and I use the command line version)