[FFmpeg-user] ikegami MXF issue while using ffmpeg

Erik Dobberkau erik.dobberkau at gmail.com
Sun Sep 4 15:04:55 EEST 2016


>
> Just repeat what you did with the video for the audio... just make sure
> your filterchain order matches your input file order, like:
>
> ffmpeg.exe -i V1.MXF -i V2.MXF -i A1.MXF -i B1.MXF -i A2.mxf -i B2.MXF
> -filter_complex "[0:v:0][2:a:0][4:a:0][1:v:0][
> 3:a:0][5:a:0]concat=n=2:v=1:a=2[Video][Audio1][Audio2]" -map "[Video]"
> -map "[Audio1]" -map "[Audio2]" -top 1 -flags +ildct+ilme -c:v dnxhd -b:v
> 120M -c:a pcm_s24le -ar 48000 -y out.mxf
>
>
But you'll be running into problems here because all *2 files don't have
any streams (that are recognised by ffmpeg -- strange enough mediainfo can
detect them...)

Erik


More information about the ffmpeg-user mailing list