Update README

This commit is contained in:
Barbagus 2023-01-09 19:48:59 +01:00
parent 4667dbfca1
commit d4616f6298
1 changed files with 4 additions and 5 deletions

View File

@ -125,13 +125,12 @@ As defined in [HTTP Live Streaming](https://www.rfc-editor.org/rfc/rfc8216) (a s
1. Figure out available _sources_ by:
- fetching the _config_ API object for the _program identifier_
- fetching all referenced _program index_.
2. Select the desired _source_ based on _renditions_ and _variants_ codes.
3. Figure out the _output filename_ from _source_ details.
2. Select the desired _target_ based on _renditions_ and _variants_ codes.
4. Download video, audio and subtitles tracks content.
- convert `VTT` subtitles to `SRT`
3. Download video, audio and subtitles tracks content.
- convert `VTT` subtitles to styled `SRT`
5. Feed the all the tracks to `ffmpeg` for multiplexing (or _muxing_)
4. Feed the all the tracks to `ffmpeg` for multiplexing (or _muxing_)
## 📽️ FFMPEG