mirror of
https://gitlab.sectorq.eu/jaydee/python.git
synced 2025-12-14 10:44:52 +01:00
bitwarden
This commit is contained in:
@@ -131,7 +131,6 @@ if os.path.exists(_FULL_PATH):
|
||||
|
||||
|
||||
|
||||
print(myCmd)
|
||||
print(os.getcwd())
|
||||
#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",
|
||||
]
|
||||
|
||||
print(myCmd)
|
||||
ff = FfmpegProgress(myCmd)
|
||||
with tqdm(total=100, position=1, desc="Convert") as pbar:
|
||||
for progress in ff.run_command_with_progress():
|
||||
|
||||
Reference in New Issue
Block a user