Gitea vor 5 Jahren
Ursprung
Commit
d7216eea10
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. +1
    -0
      viddeo.py

+ 1
- 0
viddeo.py Datei anzeigen

@@ -28,6 +28,7 @@ if file_list:
status, output = subprocess.getstatusoutput("ffmpeg -i " + os.path.join(DAT_FOLDER,dat) + " -c copy " + os.path.join(TARGET_FOLDER, codec, dat.split(".")[0], TARGET_SUFFIX))
if status==0:
print("%s convert sucessfull" %dat)
os.remove(os.path.join(DAT_FOLDER,dat))
else:
print("%s convert fail" %dat)
else:


Laden…
Abbrechen
Speichern