Ver a proveniência

adjust

master
Gitea há 5 anos
ascendente
cometimento
d7216eea10
1 ficheiros alterados com 1 adições e 0 eliminações
  1. +1
    -0
      viddeo.py

+ 1
- 0
viddeo.py Ver ficheiro

@@ -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:


Carregando…
Cancelar
Guardar