-
-
Notifications
You must be signed in to change notification settings - Fork 320
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
Showing rendering progress #58
Comments
Not sure if a real progressbar is feasible, depends on whether I can get a meaningful progress from the file conversion. But the button already changes to a "Rendering…" label while saving. Adding an animated spinner icon to this would probably improve it. |
Showing status is fine, but showing progress would be very nice for longer screencasts! |
I had a quick look into this. Currently I am calling ImageMagick convert as a command. It has a `-monitor' option, but at least for GIF conversion it is not helpful for building a progress report, see https://gist.github.com/phw/500244f21235ad9239833d18d4b72007 It looks like it would be possible by using ImageMagick via its C API, see http://stackoverflow.com/questions/31666616/monitor-imagemagick-convert-progress-with-python That's something I wanted to do anyway eventually, but I won't be able to look into this any time soon. |
If somebody wants to work on this feel free to give it a go. |
Just as an update: With the use of gifski (#212) there is a nice progress bar output on console we could use to gather progress details. |
Hello. Could I try to add a progress bar, or progress in % (if it hadn't been added already)? |
Since rendering can take quite some time, it would be nice if the a progress bar could be implemented when rendering is done. Maybe in place of the stop button, with making the stop-button appear on mouse-over of the progress bar, or showing an (x) symbol on the right side of the bar?
The text was updated successfully, but these errors were encountered: