how to create a mpd file using MP4Box

Raghuvarman picture Raghuvarman · May 6, 2013 · Viewed 7.9k times · Source

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?

Answer

user1688136 picture user1688136 · May 29, 2017
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
  1. sample.mp4 is mp4 file which you want to dashing.
  2. sample.mpd is output file