Skip to content

HLS Transcoding Using ffmpeg, mediafilesegmenter and variantplaylistcreator

License

Notifications You must be signed in to change notification settings

domecloud/hls-transcoding

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Transcoding content into HLS using ffmpeg, mediafilesegmenter and variantplaylistcreator

Assume we have downloaded hls.sh and have a directory abcde that has a video file (.mp4 etc.)

Run script like:

bash hls.sh abcdef source

How it works

It has 3 main parts

  1. Transcoding from mp4 to high, low and medium bitrates and appropriate resolutions mp4 files

  2. Genrate segments (HLS transport segments) using mediafilesegmenter

  3. Generate master m3u8 or playlist using variantplaylistcreator

About

HLS Transcoding Using ffmpeg, mediafilesegmenter and variantplaylistcreator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%