bitwarden

This commit is contained in:
jaydee
2024-09-24 17:22:10 +02:00
parent b5546dccd0
commit 1fca056c4c

View File

@@ -131,7 +131,6 @@ if os.path.exists(_FULL_PATH):
print(myCmd)
print(os.getcwd()) print(os.getcwd())
#status, output = subprocess.getstatusoutput(myCmd) #status, output = subprocess.getstatusoutput(myCmd)
@@ -154,6 +153,7 @@ if os.path.exists(_FULL_PATH):
"/opt/ffmpeg/ffmpeg", "-f", "concat", "-i", "video.txt ","-vcodec", "copy", "-acodec", "copy", export_name ,"-f", "null", "/dev/null", "/opt/ffmpeg/ffmpeg", "-f", "concat", "-i", "video.txt ","-vcodec", "copy", "-acodec", "copy", export_name ,"-f", "null", "/dev/null",
] ]
print(myCmd)
ff = FfmpegProgress(myCmd) ff = FfmpegProgress(myCmd)
with tqdm(total=100, position=1, desc="Convert") as pbar: with tqdm(total=100, position=1, desc="Convert") as pbar:
for progress in ff.run_command_with_progress(): for progress in ff.run_command_with_progress():