diff --git a/handle_imported_video.py b/handle_imported_video.py index 29f257e..ba6673d 100644 --- a/handle_imported_video.py +++ b/handle_imported_video.py @@ -87,6 +87,8 @@ if _ACTION == "flip": myCmd = [ "/opt/ffmpeg/ffmpeg", "-display_rotation", "180", "-f", "-i", _FILE, "-vcodec", "copy", "-acodec", "copy", "-y", export_name ] + print(_FULL_PATH) + print(myCmd) os.chdir(_FULL_PATH) proc = subprocess.Popen(myCmd,stdout=subprocess.DEVNULL,stderr=subprocess.STDOUT) if _ACTION == "join":