I am new to this GPAC's MP4Box tool. Using this we can create MPD(Media Presentation Description) files for DASH. I dont know how to do this.
Have anyone created a MPD for a video file using this tool?
I am new to this GPAC's MP4Box tool. Using this we can create MPD(Media Presentation Description) files for DASH. I dont know how to do this.
Have anyone created a MPD for a video file using this tool?
MP4Box -dash 2000 -profile dashavc264:live -bs-switching multi -url-template sample.mp4#trackID=1:id=vid0:role=vid0 sample.mp4#trackID=2:id=aud0:role=aud0 -out sample_200.mpd
They Very basic command will do
MP4Box -dash <segment length in msec> sample.mp4
For more information read here: DASH Support in MP4Box or
MP4Box -h dash