HTTP Adaptive Live Streaming workshop - build up MPD for MPEG-DAH and M3U8 fro HLS
- 1080p mp4, 25 sec, 7MB
- 720p mp4, 200 sec, 50MB
-
Install FFMPEG
-
Install Bento4
-
source utility.func
-
transcode
${input} ${output} ${bitrate} ${resolution} -
fragment
${duration} ${input} ${output} -
hls_multiple_bitrate
${manifest_file_name} ${target_folder} ${input_file} [${input_file}] -
dash_multiple_bitrate
${manifest_file_name} ${target_folder} ${input_file} [${input_file}]
-