diff --git a/handle_imported_video.py b/handle_imported_video.py index c683650..df2ed9b 100644 --- a/handle_imported_video.py +++ b/handle_imported_video.py @@ -76,5 +76,6 @@ if os.path.exists(_FULL_PATH): os.chdir(_FULL_PATH) myCmd = 'ffmpeg -i concat:"' + join_s + '" ' + export_name + print(myCmd) status, output = subprocess.getstatusoutput(myCmd) print(output) \ No newline at end of file