mirror of
https://gitlab.sectorq.eu/jaydee/python.git
synced 2025-12-14 02:34:53 +01:00
bitwarden
This commit is contained in:
@@ -101,7 +101,7 @@ if _ACTION == "flip":
|
||||
#print(ff.stderr)
|
||||
#ffmpeg -i .\GH010149.MP4 -c:v hevc_amf -rc cqp -qp_i 42 -qp_p 42 -quality quality -crf 25 output7.mp4
|
||||
try:
|
||||
shutil.move(export_name, "__" + export_name)
|
||||
shutil.move(_FILE, "__" + export_name)
|
||||
shutil.move(export_name, _FILE)
|
||||
except:
|
||||
print(f"Failed to move {export_name}")
|
||||
|
||||
Reference in New Issue
Block a user