-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proglog callback documentation needed #1020
Comments
Hey! The proper documentation for this would be to refer to simply refer to the proglog Github page: |
How would I make a text based progress bar? |
Can you describe the effect you are looking for? |
Something that looks like |
it should stay after the process ends |
Ok. Proglog is not really a way to make custom progress bars, it is a system to redirect the progress data to the framework of your choice (either a python progress bar logger like tqdm, or a tkinter or web-ui logger). So what you are trying to achieve is doable but the steps would be:
|
For those finding this page while searching how to use the proglog features that Moviepy has, I have the info you need: https://stackoverflow.com/questions/69423410/moviepy-getting-progress-bar-values |
Thank you for your contributions and for reporting issues in this repository. With the release of v2, which introduces significant changes to the codebase and API, we’ve reviewed the backlog of open PRs and issues. Due to the length of the backlog and the likelihood that many of these are either fixed or no longer applicable, we’ve made the decision to close all previous PRs and issues. If you believe that any of these are still relevant to the current version or if you'd like to reopen a related discussion, please feel free to create a new issue or pull request, referencing the old one. Thank you for your understanding and continued support! |
The main new feature in version 1.0 is the ability to customise the progress bars using the library Proglog. This is almost entirely undocumented apart from a section in the README. The relevant commit is bfad5ea.
The text was updated successfully, but these errors were encountered: