bitwarden

This commit is contained in:
jaydee
2024-09-26 22:38:56 +02:00
parent 914d75bf85
commit 3d8b129d80

View File

@@ -101,7 +101,8 @@ 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.replace("encoding","encoded")) shutil.move(export_name, "__" + export_name)
shutil.move(export_name, _FILE)
except: except:
print(f"Failed to move {export_name}") print(f"Failed to move {export_name}")
if _ACTION == "join": if _ACTION == "join":