From d7216eea10dc43a78c819656f0ed89762f443b33 Mon Sep 17 00:00:00 2001 From: Gitea Date: Fri, 10 Jan 2020 12:42:59 +0800 Subject: [PATCH] adjust --- viddeo.py | 1 + 1 file changed, 1 insertion(+) diff --git a/viddeo.py b/viddeo.py index 0ca2cb5..5238e64 100644 --- a/viddeo.py +++ b/viddeo.py @@ -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: