mirror of
https://gitlab.sectorq.eu/jaydee/python.git
synced 2025-12-14 10:44:52 +01:00
bitwarden
This commit is contained in:
@@ -96,7 +96,7 @@ if os.path.exists(_FULL_PATH):
|
|||||||
f.close()
|
f.close()
|
||||||
print(_FULL_PATH)
|
print(_FULL_PATH)
|
||||||
if _FLIP:
|
if _FLIP:
|
||||||
myCmd = '/opt/ffmpeg/ffmpeg -f concat -i video.txt -vcodec copy -acodec copy -vf "transpose=1,transpose=1" ' + export_name
|
myCmd = '/opt/ffmpeg/ffmpeg -display_rotation 180 -f concat -i video.txt -vcodec copy -acodec copy ' + export_name
|
||||||
else:
|
else:
|
||||||
myCmd = '/opt/ffmpeg/ffmpeg -f concat -i video.txt -vcodec copy -acodec copy ' + export_name
|
myCmd = '/opt/ffmpeg/ffmpeg -f concat -i video.txt -vcodec copy -acodec copy ' + export_name
|
||||||
print(myCmd)
|
print(myCmd)
|
||||||
|
|||||||
Reference in New Issue
Block a user