This commit is contained in:
2025-06-16 15:00:24 +02:00
parent 159774c8eb
commit b3ceaf539c

View File

@@ -232,9 +232,9 @@ if _ACTION == "join":
# ] # ]
myCmd = [ myCmd = [
"/usr/bin/ffmpeg", "-f", "concat", "-i", "video.txt", "-filter:v", "transpose=1,transpose=1", "-y", export_name "/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
] ]