mirror of
https://gitlab.sectorq.eu/jaydee/python.git
synced 2025-12-14 10:44:52 +01:00
bitwarden
This commit is contained in:
@@ -87,6 +87,8 @@ if _ACTION == "flip":
|
||||
myCmd = [
|
||||
"/opt/ffmpeg/ffmpeg", "-display_rotation", "180", "-f", "-i", _FILE, "-vcodec", "copy", "-acodec", "copy", "-y", export_name
|
||||
]
|
||||
print(_FULL_PATH)
|
||||
print(myCmd)
|
||||
os.chdir(_FULL_PATH)
|
||||
proc = subprocess.Popen(myCmd,stdout=subprocess.DEVNULL,stderr=subprocess.STDOUT)
|
||||
if _ACTION == "join":
|
||||
|
||||
Reference in New Issue
Block a user