From 5bdd4ad50f1fd8e72c3232d75f0eec1cfa5990c5 Mon Sep 17 00:00:00 2001 From: jaydee Date: Mon, 16 Jun 2025 15:02:05 +0200 Subject: [PATCH] build --- handle_imported_video.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/handle_imported_video.py b/handle_imported_video.py index 4a7a904..094817c 100644 --- a/handle_imported_video.py +++ b/handle_imported_video.py @@ -232,9 +232,7 @@ if _ACTION == "join": # ] myCmd = [ - "/usr/bin/ffmpeg", "-f", "concat", "-i", "video.txt", "-c", "copy", "-metadata\:s\:v\:0", "rotate=180","-y", export_name - - -metadata:s:v:0 rotate=180 + "/usr/bin/ffmpeg", "-f", "concat", "-i", "video.txt", "-c", "copy", "-metadata:s:v:0", "rotate=180","-y", export_name ]