just changing stuff

This commit is contained in:
Elghinnarisa
2023-03-26 18:31:49 +02:00
parent f8ccf44a92
commit 790fd3538e
8 changed files with 242 additions and 18 deletions

View File

@@ -54,7 +54,7 @@ audio_track = "".join(" -map 0:a:{}".format(y) for y in x)
z = (int(z) for z in input ("Enter subtitle tracks to keep: ").split())
subtitle_track = "".join(" -map 0:s:{}".format(y) for y in z)
for file in sys.argv:
for file in arguments:
basename = os.path.basename(file)