[FFmpeg-user] MXF TIMECODE TO DASH

Ghaffar Ahmed ghaffar3 at hotmail.com
Mon Sep 21 12:17:33 EEST 2020


How can I get the MXF timecode from the MXF file onto the transcoded Dash file? I'm doing it as follows:


ffmpeg -re -i X:\Folder\XXX.mxf -pix_fmt yuv420p -vsync 1 -map 0:v:0 -map 0:a:0 -c:a aac -c:v libx264 -use_template 1 -use_timeline 1 -frag_type duration  -init_seg_name  "X:\Folder\init-stream$RepresentationID$-$Bandwidth$.mp4" -b:v 12000k -b:a 128k -ac 2 -profile:v main -level:v 3.0  -s 1920x1080 -r 25 -vsync passthrough  -adaptation_sets "id=0,streams=v id=1,streams=a" -dash_segment_type auto  -f dash X:\Folder\XXX.mpd

I tried the -increment_tc, but when i do a mediainfo on the .mpd file it doesn't show me the timecode









More information about the ffmpeg-user mailing list