Skip to content
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

allow faster flythrough framerate when saving animation image sequence #7

Closed
AndrewAnnex opened this issue Oct 19, 2018 · 1 comment

Comments

@AndrewAnnex
Copy link

I have had great success recently using DERT to produce smooth animations. I have been producing short 60fps videos by having DERT render 1000 frames to disk and then using ffmpeg, however there is a hard set limit in Animator.java that sets the rate at 1 frame per second when rendering the image sequence. It would be great if this were configurable for cases when rendering to disk, even reducing this to 100ms or 50ms per frame would be a massive improvement.
I have also had decent results running the animation in "realtime" without saving to disk and using a screen capture program to capture the animation, but this is a bit more work than just using ffmpeg on the image sequence.

@lekeely
Copy link
Contributor

lekeely commented Nov 12, 2018

I removed the 1 second constraint in the latest release (1.0.3).

@lekeely lekeely closed this as completed Nov 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants