mirror of
https://gitlab.sectorq.eu/jaydee/imported_video.git
synced 2025-12-14 18:44:52 +01:00
lala
This commit is contained in:
@@ -213,9 +213,20 @@ if _ACTION == "join":
|
|||||||
"ffmpeg", "-f", "concat", "-i", "video.txt", "-c", "copy", "-metadata:s:v:0", "rotate=180","-y", export_name
|
"ffmpeg", "-f", "concat", "-i", "video.txt", "-c", "copy", "-metadata:s:v:0", "rotate=180","-y", export_name
|
||||||
]
|
]
|
||||||
else:
|
else:
|
||||||
|
# myCmd = [
|
||||||
|
# "/usr/bin/ffmpeg", "-f", "concat", "-i", "video.txt", "-c", "copy", "-metadata:s:v:0", "rotate=180", "-y", export_name
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# ]
|
||||||
myCmd = [
|
myCmd = [
|
||||||
"/usr/bin/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", "-filter:v", "transpose=1,transpose=1", "-y", export_name
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
else:
|
else:
|
||||||
if ops == "win":
|
if ops == "win":
|
||||||
myCmd = [
|
myCmd = [
|
||||||
|
|||||||
Reference in New Issue
Block a user