mirror of
https://gitlab.sectorq.eu/jaydee/imported_video.git
synced 2025-12-14 02:24:53 +01:00
build
This commit is contained in:
@@ -232,9 +232,9 @@ if _ACTION == "join":
|
||||
|
||||
# ]
|
||||
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
|
||||
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user