Update readme according to #6 bug fix

This commit is contained in:
Barbagus 2022-12-11 18:36:46 +01:00
parent be4363a339
commit ddf323cb30
1 changed files with 6 additions and 2 deletions

View File

@ -295,14 +295,18 @@ This file shows the file(s) containing the subtitles data.
The actual build of the video file is handled by [ffmpeg](https://ffmpeg.org/). The script expects [ffmpeg](https://ffmpeg.org/) to be installed in the environement and will call it as a subprocess.
##### Why not use FFMPEG direcly with the _version index_ URL ?
#### Why not use FFMPEG direcly with the _version index_ URL ?
So we can select the video resolution and not rely on stream mapping arguments in `ffmpeg`.
##### Why not use VTT subtitles direcly ?
#### Why not use VTT subtitles direcly ?
Because it fails 😒.
#### Why not use FFMPEG direcly with the _video_ and _audio_ _index_ URL ?
Because some programs would randomly fail 😒. Probably due to invalid _chunking_ on the server.
### 📌 Dependences