This commit is contained in:
2025-06-16 15:18:50 +02:00
parent e5f1bff8cf
commit 49d97e44bb

View File

@@ -232,7 +232,7 @@ if _ACTION == "join":
# ] # ]
myCmd = [ myCmd = [
"/usr/bin/ffmpeg", "-f", "concat", "-i", "video.txt", "-c", "copy", "-metadata:s:v", "rotate=180","-y", export_name "/usr/bin/ffmpeg", "-f", "concat", "-i", "video.txt", "-c", "copy", "-metadata:s:v:0", "rotate=0","-y", export_name
] ]