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 render #7

Closed
hoprikoma opened this issue Nov 30, 2024 · 5 comments
Closed

Video render #7

hoprikoma opened this issue Nov 30, 2024 · 5 comments
Assignees

Comments

@hoprikoma
Copy link

Hi,
I just tested your website on a webpage I just created, I use video HTML tag, but when rendering the video is going very very fast.
There is a solution to stabilise video fps ?
Thank you

@workeffortwaste
Copy link
Owner

Are you able to share the command you used, so I can see your settings?

@workeffortwaste workeffortwaste self-assigned this Dec 1, 2024
@hoprikoma
Copy link
Author

I tried with the classic one gsap-video-export localhost -t tl and gsap-video-export localhost -f 60

@workeffortwaste
Copy link
Owner

As the video component is not controlled by the GSAP timeline it isn't captured properly when gsap-video-export manipulates the animation timeline.

If you use the timeweb option for advancing frames it will instead manipulate the browser to control time globally.

gsap-video-export localhost -a timeweb

Let me know how this works for you.

@hoprikoma
Copy link
Author

After installing the module and execute command, it log all the timeweb script into my terminal, but the render work so it's good :D Thank you so much

@workeffortwaste
Copy link
Owner

Glad it works. Looks like I left in a debug log for timeweb, which is why you saw the script in terminal. I'll remove that in the next release.

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