[FFmpeg-user] FFMPEG MXF Issue

Carl Eugen Hoyos cehoyos at ag.or.at
Thu Mar 17 10:28:18 CET 2016


afellah <ahmed-fellah <at> hotmail.com> writes:

> D:\>ffmpeg.exe -f mpegvideo -y -i "D:\01\V02.MXF" -i "D:\01\A002.MXF" 
> -i "D:\01\B002.MXF" -top 1 -vcodec copy -acodec copy -map 0 -map 1 
> -map 2 -b:v 100M "D:\01\OUT10.MXF"

You have to decide if you want to reencode in which case 
it makes sense to pass bitrate and additional options 
like top or if you want to streamcopy: No additional 
options like bitrate and top.

Carl Eugen



More information about the ffmpeg-user mailing list