From 801fe8b0637c50be9b1fc7f866173eae343713f2 Mon Sep 17 00:00:00 2001 From: jaydee Date: Wed, 26 Feb 2025 20:39:05 +0100 Subject: [PATCH] lala --- handle_imported_video.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/handle_imported_video.py b/handle_imported_video.py index 0a8be47..a4ae8b9 100644 --- a/handle_imported_video.py +++ b/handle_imported_video.py @@ -214,7 +214,7 @@ if _ACTION == "join": ] else: myCmd = [ - "/opt/ffmpeg/ffmpeg", "-f", "concat", "-i", "video.txt", "-c", "copy", "-metadata:s:v:0", "rotate=180", "-y", export_name + "/usr/bin/ffmpeg", "-f", "concat", "-i", "video.txt", "-c", "copy", "-metadata:s:v:0", "rotate=180", "-y", export_name ] else: if ops == "win": @@ -223,7 +223,7 @@ if _ACTION == "join": ] else: myCmd = [ - "/opt/ffmpeg/ffmpeg", "-f", "concat", "-i", "video.txt","-c", "copy", "-y", export_name + "/usr/bin/ffmpeg", "-f", "concat", "-i", "video.txt","-c", "copy", "-y", export_name ] d_print(" ".join(myCmd))