mirror of
https://gitlab.sectorq.eu/jaydee/python.git
synced 2025-12-14 18:44:53 +01:00
bitwarden
This commit is contained in:
@@ -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":
|
||||||
|
|||||||
Reference in New Issue
Block a user