From 442e96a60ef0dac2b7dbbc0de847a29c781e9882 Mon Sep 17 00:00:00 2001 From: jaydee Date: Mon, 16 Jun 2025 07:51:15 +0200 Subject: [PATCH] build --- handle_imported_video.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handle_imported_video.py b/handle_imported_video.py index aaa93a7..8f4ebe5 100644 --- a/handle_imported_video.py +++ b/handle_imported_video.py @@ -97,7 +97,7 @@ if _ACTION == "flip": # "/usr/bin/ffmpeg", "-f", "-i", _FILE, "-c", "copy", "-metadata:s:v:0", "rotate=180", "-y", export_name # ] myCmd = [ - "/usr/bin/ffmpeg", "-f", "-i", filename, "-vf", "hflip", "-c:a", "copy", "-y", export_name + "/usr/bin/ffmpeg", "-i", filename, "-vf", "hflip", "-c:a", "copy", "-y", export_name ] #Path = "~/Documents/File.txt"