This commit is contained in:
2026-02-26 15:52:01 +01:00
parent c326143eb8
commit f0faa57e98
51 changed files with 21457 additions and 22 deletions

View File

@@ -15,6 +15,7 @@ i=0
output_folder_name ="/bulk_convert_out/"
#droppedFile= ['test.mkv0out.mkv', "test.mkv1out.mkv","test.mkv2out.mkv","test.mkv3out.mkv","test.mkv4out.mkv","test.mkv5out.mkv"]
#get path of script location and remove the tail
@@ -56,7 +57,7 @@ class CustomThread(Thread):
#sleep(1)
global i
global finished_count
file = str(input_file[0])
file = file.rstrip("\n")
basename=os.path.basename(file)