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

Feature to Adjust Video Playback Speed #5441

Open
KiloOscarSix opened this issue Mar 28, 2024 · 1 comment
Open

Feature to Adjust Video Playback Speed #5441

KiloOscarSix opened this issue Mar 28, 2024 · 1 comment
Labels
duration - major Resolving this requires many days of work, or to reimplement critical parts of the engine enhancement A proposed or requested enhancement or improvement to renpy's features.

Comments

@KiloOscarSix
Copy link
Contributor

I am currently developing a game feature that requires the ability to adjust the playback speed of a looping video dynamically. The goal is to integrate a user interface slider that, when adjusted, increases or decreases the video playback speed in real time.

There used to be an argument on the Movie displayable for controlling the playback FPS which might have worked however that argument is currently deprecated.

@renpytom
Copy link
Member

There was never a feature that let you adjust the FPS. IIRC, it was once but is no longer required to specify the FPS. This isn certainly something that is useful, but it would require a lot of work to pull off (for example, the audio would have to be pitch-shifted), so I wouldn't design features that require this.

@renpytom renpytom added enhancement A proposed or requested enhancement or improvement to renpy's features. duration - major Resolving this requires many days of work, or to reimplement critical parts of the engine labels Mar 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duration - major Resolving this requires many days of work, or to reimplement critical parts of the engine enhancement A proposed or requested enhancement or improvement to renpy's features.
Projects
None yet
Development

No branches or pull requests

2 participants