From ddf323cb30b8aa97f274168409dbd3c55013ded5 Mon Sep 17 00:00:00 2001 From: Barbagus Date: Sun, 11 Dec 2022 18:36:46 +0100 Subject: [PATCH] Update readme according to #6 bug fix --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6206261..f46e239 100644 --- a/README.md +++ b/README.md @@ -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