Ffmpeg-progress-yield

Latest version: v0.12.0

Safety actively analyzes 722617 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 6

0.12.0

* Docs: add scufre as a contributor.

* Update readme.

* Add support to send ffmpeg log (not progress) to a different file.

* Disallow blank issues.

0.11.3

* Fix: Clear and print progress when tqdm is not available.

This relates two printing sequence:

(1) Print one decimal place after printing two decimal places

0.74/100 -> 0.8/100 (1 less character)

(2) Print 100/100 after printing decimal progress

99.74/100 -> 100/100 (2 less characters)

99.8/100 -> 100/100 (1 less character)

So clear the line first, and print progress, showing for a moment, and then repeat, finally a newline. :)

0.11.2

* Chore: One-liner progress when tqdm is not available.

0.11.1

* Make setup name PEP 625 compliant.

0.11.0

* Remove python 3.8, add 3.12, 3.13.

0.10.0

* Fix: ensure percentage is always in float.

Page 1 of 6

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.