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