SLIDE 1
- We've seen how to host and play HLS
videos
- Now we'll convert a .mp4 video into and
HLS video
- Using ffmpeg
Streaming HLS We've seen how to host and play HLS videos Now we'll - - PowerPoint PPT Presentation
Streaming HLS We've seen how to host and play HLS videos Now we'll convert a .mp4 video into and HLS video Using ff mpeg ffmpeg Software with many video processing features Needs to be installed on any machine running your
ffmpeg -i inputVideo.avi outputVideo.mp4
ffmpeg -i inputVideo.avi -s 640x360 outputVideo.mp4
file based on the file extension you provide
more that just HLS videos
video
ffmpeg -i inputVideo.mp4 -f hls outputStream.m3u8
language
working with command line arguments
read this many
well
file larger than your RAM?