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