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
+1 -1
View File
@@ -2,7 +2,7 @@
"""
Selecting -S (subtitles only) as a download option results in an mks file
which needs convertion to something acceptable for adding to a video playback.
This is a post processing routne that operated in teh root foler of any number of
This is a post processing routine that operates in the root folder of any number of
mks files.
The sceipt will recursively extract subtitle tracks from .mks files using mkvextract.
+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.