typo
This commit is contained in:
parent
16dc756571
commit
9257c16287
@ -142,7 +142,7 @@ def stabilization(file):
|
||||
|
||||
def extract_subs(file, track, lang):
|
||||
command = f'ffmpeg -loglevel error -i {file} -map 0:{track} -map_metadata -1 -vn -an -c:s copy -metadata language="{lang}" -y {file}_subtitle_{track}_{lang}.mkv'
|
||||
logging.info(f"Extractio du sous-titre {track}, langue : {lang}...")
|
||||
logging.info(f"Extraction du sous-titre {track}, langue : {lang}...")
|
||||
logging.debug(command)
|
||||
result = subprocess.getoutput(command)
|
||||
if result != "":
|
||||
|
Loading…
Reference in New Issue
Block a user