Friends,

I wish to add 708 captions to a mxf.
I have a mpg or mxf with mpeg 2 video @ 30 mbps and pcm audio.
I am wondering if a mxf can have captions and if so what is supported? Scc? 
Anything?
I could use a file.ts instead of mxf if that helps


ffmpeg.exe -i input.mxf -f srt -i input.srt -map 0:0 -map 0:1 -map 1:0 -c:v 
copy -c:a copy -c:s srt output.mxf
or
ffmpeg.exe -i input.mpg -f srt -i input.srt -map 0:0 -map 0:1 -map 1:0 -c:v 
copy -c:a copy -c:s srt -f mxf output.mxf
or
ffmpeg.exe -i input.ts -f srt -i input.srt -map 0:0 -map 0:1 -map 1:0 -c:v copy 
-c:a copy -c:s srt output.ts

Thanks much
Kind regards
Jim shupert
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to