bitwarden

This commit is contained in:
jaydee
2024-09-24 09:53:48 +02:00
parent d16f63be5a
commit f60075c00d

View File

@@ -96,7 +96,7 @@ if os.path.exists(_FULL_PATH):
f.close()
print(_FULL_PATH)
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:
myCmd = '/opt/ffmpeg/ffmpeg -f concat -i video.txt -vcodec copy -acodec copy ' + export_name
print(myCmd)