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

Advanced framegen logic #1

Open
yammes08 opened this issue Nov 11, 2024 · 0 comments
Open

Advanced framegen logic #1

yammes08 opened this issue Nov 11, 2024 · 0 comments

Comments

@yammes08
Copy link

Suggestion: add more advanced framegen logic:

  • allow a user to manually trim a front and end % from the file to be screencapped
  • Use (total frames) * (front trim %) as the start frame
  • Use (total frames) * (end trim %) as the last frame
  • Use ((total frames) - (front trimmed frames) - (end trimmed frames)) divided by (number of screenshots) as the frame interval
  • Use a random offset to ensure mostly unique frames are generated
  • store selected frame numbers for elsewhere in the application
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

1 participant