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

The tool adds an extra frame to the end of the input file when closing the game #35

Closed
Matte27 opened this issue Apr 3, 2018 · 5 comments

Comments

@Matte27
Copy link

Matte27 commented Apr 3, 2018

No description provided.

@clementgallet
Copy link
Owner

This was fixed for when the game is closed using the "Stop" button (f13d037)

@Matte27
Copy link
Author

Matte27 commented Apr 25, 2018

The movie length increases by 0.02s after starting the game, probably not the intended behaviour

@clementgallet
Copy link
Owner

It is intended. Already one frame has passed from game startup to the first screen draw, so the movie length is 0.016s (rounded to 0.02s on the GUI).

@Matte27
Copy link
Author

Matte27 commented Apr 26, 2018

I mean the total length of the movie file

@clementgallet
Copy link
Owner

Remove the movie length parameter from movies and rely on framecount and framerate to compute the actual movie length (ff8f6db)

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