-
Mix 2 Mono Audio Stream in 1 Stereo Stream
Hi,
I search to convert GXF file to DVPRO50.
I use this command :
ffmpeg -i test.gxf -deinterlace -target dv50 testdv50.dv
I obtain this result:
Input #0, gxf, from ‘test.gxf’:
Duration: 00:00:47.36, start: 4770.000000, bitrate: 21225 kb/s
Stream #0.0: Video: mpeg2video, yuv422p, 720×576 [PAR 16:15 DAR 4:3], 18000
kb/s, 50 fps, 25 tbr, 50 tbn, 50 tbc
Stream #0.1: Audio: pcm_s16le, 48000 Hz, 1 channels, s16, 768 kb/s
Stream #0.2: Audio: pcm_s16le, 48000 Hz, 1 channels, s16, 768 kb/s
Stream #0.3: Audio: pcm_s16le, 48000 Hz, 1 channels, s16, 768 kb/s
Stream #0.4: Audio: pcm_s16le, 48000 Hz, 1 channels, s16, 768 kb/s
Stream #0.5: Data: 0x0000
Assuming PAL for target.
Output #0, dv, to ‘testdv50.dv’:
Metadata:
encoder : Lavf52.54.0
Stream #0.0: Video: dvvideo, yuv422p, 720×576 [PAR 16:15 DAR 4:3], q=2-31, 2
00 kb/s, 90k tbn, 25 tbc
Stream #0.1: Audio: pcm_s16le, 48000 Hz, 2 channels, s16, 1536 kb/s
Stream mapping:
Stream #0.0 -> #0.0
Stream #0.1 -> #0.1
Press [q] to stop encodingIt is possible to obtain this result ?
Output #0, dv, to ‘testdv50.dv’:
Metadata:
encoder : Lavf52.54.0
Stream #0.0: Video: dvvideo, yuv422p, 720×576 [PAR 16:15 DAR 4:3], q=2-31, 2
00 kb/s, 90k tbn, 25 tbc
Stream #0.1: Audio: pcm_s16le, 48000 Hz, 2 channels, s16, 1536 kb/s
Stream mapping:
Stream #0.0 -> #0.0
Stream #0.1 -> #0.1 Left
Stream #0.2 -> #0.1 right
Press [q] to stop encodingIt’s possible to add in sigle audio stream the stream #0.1 ( on the left ) and the stream #0.2 ( on the right )?
thank you for your help !!
BobTheChinese