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







_______________________________________________
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