Quantcast
Channel: ffmpeg merge multiple (N) mono audio channels of a MXF video to multiple (M) stereo channels of MP4 video - Stack Overflow
Browsing latest articles
Browse All 2 View Live

Answer by drake7 for ffmpeg merge multiple (N) mono audio channels of a MXF...

The code is organised with line breaks. A \ breaks a line in a Unix shell.ffmpeg -i "in.mxf" \-filter_complex "\[a:0][a:1]amerge=inputs=2[ch1ch2];\[a:8][a:9]amerge=inputs=2[ch9ch10]" \-map 'v:0' \-map...

View Article



ffmpeg merge multiple (N) mono audio channels of a MXF video to multiple (M)...

I have an MXF file with 16 audio mono streams and I need to recode it in a mp4 file with 2<=n<=16 channels merging input streams, e.g. input channels 1 and 2 on output channel 1 and 9 and 10 on...

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images