diff --git a/handle_imported_video.py b/handle_imported_video.py index 9ef1681..531d4cc 100644 --- a/handle_imported_video.py +++ b/handle_imported_video.py @@ -73,7 +73,7 @@ if os.path.exists(_FULL_PATH): # print(type(parts)) #ffmpeg -i concat:"input1.mp4|input2.mp4" output.mp4 - os.chdir(_FULL_PATH) + #os.chdir(_FULL_PATH) print(_FULL_PATH) myCmd = 'ffmpeg -i concat:"' + join_s + '" ' + export_name print(myCmd)