diff --git a/handle_imported_video.py b/handle_imported_video.py index 531d4cc..5c2ce60 100644 --- a/handle_imported_video.py +++ b/handle_imported_video.py @@ -75,7 +75,7 @@ if os.path.exists(_FULL_PATH): #os.chdir(_FULL_PATH) print(_FULL_PATH) - myCmd = 'ffmpeg -i concat:"' + join_s + '" ' + export_name + myCmd = '/opt/ffmpeg/ffmpeg -i concat:"' + join_s + '" ' + export_name print(myCmd) print(os.getcwd()) status, output = subprocess.getstatusoutput(myCmd)