Explorar el Código

adjust

master
Gitea hace 5 años
padre
commit
d7216eea10
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      viddeo.py

+ 1
- 0
viddeo.py Ver fichero

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


Cargando…
Cancelar
Guardar