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

Video player - pre-rendering #2

Open
Rafisto opened this issue Feb 16, 2023 · 0 comments
Open

Video player - pre-rendering #2

Rafisto opened this issue Feb 16, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@Rafisto
Copy link
Owner

Rafisto commented Feb 16, 2023

To prevent lag on weak machines add a pre-rendering enhancement:

  • Flag -p or --pre default false to pre render video
  • While rendering display progress as a percent relation of processed to total frames
  • At runtime store temporary file containing ndarrays for each frame.
  • Flag -s or --save default false to save temporary file. If not save, remove after finishing the playback.
  • Play with constant framerate to be defined with original file framerate or overridden by -F or --fps flag.
@Rafisto Rafisto added enhancement New feature or request good first issue Good for newcomers labels Feb 16, 2023
Rafisto added a commit that referenced this issue Feb 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants