-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Timelapse render bar/status #485
Comments
This is a feature that already exists in the current devel branch. You get a notification message as soon as rendering starts and ends. |
* persistent notification on ongoing timelapse render job (#485) * non-colliding timelapse snapshot name generation to not delete existing snapshots when new print starts and timelapse has not yet been rendered, also only delete snapshots if timelapse rendered (#318) * list of unrendered timelapses, with option to delete files or to render timelapse
Progress bar would necessitate ffmpeg output parsing, haven't yet looked if that's feasible. Status indicators on the timelapse list might be possible, but aren't implemented yet. But the "Timelapse rendering" notification is now persistent, even across reloads/client switches. That should make it easier to see that a rendering job is currently in progress. Available on the |
This has been implemented by the above PR on |
Apologies, this has been implemented by the above PR on |
1.4.0 has been released. |
Is it possible to add a progress bar or status box next to recorded timelapses?
A simple "Rendering" and "Finished" message would really help as right now I'm downloading the movie to see if it's finished rendering to the end.
The text was updated successfully, but these errors were encountered: