mirror of
https://github.com/vinefeeder/TwinVine.git
synced 2026-07-15 18:10:04 +02:00
updates and fixes
This commit is contained in:
@@ -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,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.
|
||||
|
||||
Reference in New Issue
Block a user