-
Notifications
You must be signed in to change notification settings - Fork 177
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
Record videos at any duration #291
Comments
Aside from Point 4, I agree with you there. But I tried this once. Kinda. I increased the duration from 4 to .. I think 30 seconds. |
For background, the reason this feature exists is because it was originally planned to have short gameplay preview thumbnails on the Play page at wasm.org. I want to redesign the Play page at some point (especially now that we have more games!), and maybe implement that idea. |
While you're at it, I think we should add categories or something like that. |
I'll create a new issue about redesigning the Play page, I didn't want to hijack this issue but just give some context 😃 Being able to record longer videos would be cool. |
Changed it to work that way in #301. I'm not very familiar with JS and this is my first contribution so I'm not sure if I did anything wrong but it did work while I was testing it. |
Currently, it's possible to record only 4 seconds of gameplay. You hit F10 once, and it will automatically generate one
webm
file.This is being handled here, at line 148.
It would be cool if we could record longer videos, though. So I think video recording could be done like this:
webm
file for you.The text was updated successfully, but these errors were encountered: