You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When launching via CLI with option --all, only the "regular" sub track for a language is extracted even if the file has multiple sub tracks of the same language (forced, sdh). Launching with -a yields the same result. Specifying languages or not doesn't change anything. However, if the -f flag is added, then more than one track for the same language are extracted.
The issue also happens when using the API. Setting one_per_lang=False has no effect unless configuring overwrite=True.
The text was updated successfully, but these errors were encountered:
After playing a bit more with the API, I noticed that the issue also happens with the API if "overwrite=False" (tested without any .srt files already present in the directory).
Also confirmed that adding -f in the CLI makes it work. Updated the main issue description.
guiweber
changed the title
--all option doesn't work via CLI
Can't extract more than one sub track per language unless overwrite/force is enabled
Dec 4, 2024
Tested on V 0.1.11
When launching via CLI with option
--all
, only the "regular" sub track for a language is extracted even if the file has multiple sub tracks of the same language (forced, sdh). Launching with-a
yields the same result. Specifying languages or not doesn't change anything. However, if the-f
flag is added, then more than one track for the same language are extracted.The issue also happens when using the API. Setting
one_per_lang=False
has no effect unless configuringoverwrite=True
.The text was updated successfully, but these errors were encountered: