My objective is to create DASH package using ffmpeg and mp4box in conjuction
Source file: http://statustreat.com/privatestream/flight_master.mp4
1) ffmpeg -i flight_master.mp4 -f mp4 -r 24 -vcodec libx264 -preset fast -profile:v high -an -s 1280x720 -aspect 16:9 -b:v 3000k -map 0:0 -map 0:1 -b:a 128k -ar 44100 -ac 2 -maxrate 3080k -minrate 2920k -bufsize 6000k -acodec aac -strict experimental -x264opts keyint=25:min-keyint=25ps-id=1 -keyint_min 25 -g 25 -flags +cgop -sc_threshold 0 -pix_fmt yuv420p -threads 0 -y flight_3000.mp4
2) ffmpeg -i flight_master.mp4 -f mp4 -r 24 -vcodec libx264 -preset fast -profile:v high -an -s 640x360 -aspect 16:9 -b:v 1000k -map 0:0 -map 0:1 -b:a 128k -ar 44100 -ac 2 -maxrate 1080k -minrate 920k -bufsize 2000k -acodec aac -strict experimental -x264opts keyint=25:min-keyint=25ps-id=2 -keyint_min 25 -g 25 -flags +cgop -sc_threshold 0 -pix_fmt yuv420p -threads 0 -y flight_1000.mp4
3) ffmpeg -i flight_master.mp4 -f mp4 -r 24 -vcodec libx264 -preset fast -profile:v high -an -s 320x180 -aspect 16:9 -b:v 600k -map 0:0 -map 0:1 -b:a 128k -ar 44100 -ac 2 -maxrate 680k -minrate 520k -bufsize 1200k -acodec aac -strict experimental -x264opts keyint=25:min-keyint=25ps-id=3 -keyint_min 25 -g 25 -flags +cgop -sc_threshold 0 -pix_fmt yuv420p -threads 0 -y flight_600.mp4
MP4BOX command: mp4box -dash 20000 -frag 2000 -segment-name flight_test_%s -segment-ext mp4 -rap -url-template -out flight.mpd flight_600.mp4 flight_1000.mp4 flight_3000.mpd
When I played mpd file on chrome browser using DASH player, I get following error:
pipeline_state: kStopped
url: blob:http%3A//dashif.org/fcca1029-ba6e-430d-ab9d-ca3ed3ff7821
error: Media segment did not begin with keyframe.
duration: 151.625
pipeline_error: pipeline: decode error
seek_target: 0
+ Reply to Thread
Results 1 to 1 of 1
Similar Threads
-
in dash dvd, audio, navigation, media unit for car
By mejallen in forum Newbie / General discussionsReplies: 1Last Post: 8th Jul 2011, 11:37 -
MP4Box joining?
By cybershot in forum Newbie / General discussionsReplies: 0Last Post: 3rd Oct 2010, 19:57 -
MP4BOX 0.4.5 for OSX
By cvkB in forum MacReplies: 3Last Post: 17th Oct 2009, 18:51 -
In Dash DVD Player for music Mp3's
By wenospeak in forum Off topicReplies: 0Last Post: 4th Sep 2009, 22:42 -
MP4Box-help
By FallenAngelII in forum Video ConversionReplies: 1Last Post: 4th Dec 2008, 22:01