-
Notifications
You must be signed in to change notification settings - Fork 53
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
Bug - Create Video from Still Images Image display time rounds decimal values #53
Comments
The control is set to accept only natural input, not decimal. That is not an error, it is just that such precission is not considered necessary is the main purpose of creating a quick image slideshow. |
My use case for this is basically combining a sequence of individual images as frames to make a video, so this level of precision would be key to have when the animation is at 24/30/60 FPS, for example. While the intention for this may be for slower image slideshows, this functionality does double for combining individual frames to form animation once it can be controlled more precisely. Ideally one would be able to specify the frame rate of the image sequence itself, should I change this to be a feature request then? |
Can you provide an ffmpeg command line example of what you would like to achieve? |
I am not well-versed in ffmpeg usage, but here's a bare-bones example: |
As the title says, the "Images display time" rounds decimal values that are input (0.033333 becomes 0, 1.7 becomes 2) in the UI once the control is unselected/defocused. This happens in both the dialogs accessed from the Wizard and from Join Files.
The text was updated successfully, but these errors were encountered: