bitwarden

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

View File

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