updates and fixes

This commit is contained in:
VineFeeder
2026-05-11 09:36:54 +01:00
parent 5f4ba355f8
commit 74782f0f3f
6 changed files with 62 additions and 10 deletions
+6 -1
View File
@@ -6,7 +6,12 @@ Using a post-processor on the downloaded results may provide a solution.
I have found two unmet needs:
* Extract srt subtitles
* Extract srt subtitles
EDIT There is now an envied option
- mux: Embed subtitles in MKV container only (default)
- sidecar: Save subtitles as separate files only
- both: Embed in MKV AND save as sidecar files
see the envied-working example.yaml and edit for your preference.
* Convert mkv output to mp4 (or any other video container format, with code adjustment)
Here are two scripts which operate from a root folder (downloads - for instance), and operate on all the mkv files found within. The original files are left in place - for you to remove as necessary.