[FFmpeg-user] DASH Setting Fragment/Segment size properly

2020-09-24 Thread Ghaffar Ahmed
How to set the segment size and fragment size properly. I have played around with the settings but can't seem to achieve what i require ffmpeg -re -i "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 -init_seg_name "init-stream$Repr

[FFmpeg-user] MXF TIMECODE TO DASH

2020-09-21 Thread Ghaffar Ahmed
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-st

[FFmpeg-user] Dash Mux - Chunk file writing issue

2020-09-21 Thread Ghaffar Ahmed
1080 -r 25 -vsync passthrough -increment_tc 1 -adaptation_sets "id=0,streams=v id=1,streams=a" -dash_segment_type auto -f dash X:\Folder\XXX.mpd Could you please guide me how to fix this. Regards, Ghaffar AHmed. ___ ffmpeg-user mailing list f