-
-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
HTML/WebM Text Animation Freezing in OBS v31 (WebGPU Enabled) #11745
Comments
Out of curiosity, can you try to add this browser source with OBS's video tab set to 60FPS, then (if it stutters) observe when the stutters start and end? As in, the frames specifically. https://app.singular.live/output/6W76ei5ZNekKkYhe8nw5o8/Output?aspect=16:9 Might be best to do a quick mp4 recording of it Also probably related to obsproject/obs-browser#468 and obsproject/obs-browser#470 |
Could you provide a video recording? |
Please find the video recording you requested below. In the video recording, the output freezes at frame 405 and resumes at frame 422. then freezes at frame 704 and resumes at frame 722. This freeze occurs repeatedly every few seconds. |
So about 250ms of a freeze, which is what I and others have observed as well. Plus I assume if you refresh the page it will do it around the same frames for the same duration again. It's being discussed on the OBS Discord in a thread and we think we found the spot in the Chromium code where this delay is happening. Here's the link in case you're curious (You'll have to join the OBS Discord though in that case if you aren't already on it) |
Thanks, we seems find out the reason, its internal in Chromium. You can join discord for latest information. |
I've included a video showing the problem I'm experiencing. As you can see, the text freezes each time it scales in. I'm wondering if this is the same issue you're discussing, or a related one. The video itself continues to play (though possibly with dropped frames), but the text freezes. 2025-01-19.21-00-17.mp4 |
Duplicate of obsproject/obs-browser#468 Closing in that case. |
During my testing, I noticed that using the Would it be possible to take another look into this specific issue? |
@sirfnomi It very much looks to be the same issue, which we've figured out is something in Chromium itself, not in OBS or even the library being used (CEF - Chromium Embedded Framework) An issue has been opened on the Chromium bug tracker here https://issues.chromium.org/issues/391118566 |
Thanks for confirming that the issue likely lies with Chromium and for providing the bug report link. I'll definitely follow this bug to stay updated. |
Operating System Info
Windows 11
Other OS
No response
OBS Studio Version
31.0.0
OBS Studio Version (Other)
No response
OBS Studio Log URL
https://obsproject.com/logs/g9cf3cSlUBsWcVHO
OBS Studio Crash Log URL
No response
Expected Behavior
The text animation should play smoothly over the WebM background, as it did in OBS v30.2.3.
Current Behavior
The text animation stutters and appears freezing.
Steps to Reproduce
Anything else we should know?
Description:
Since upgrading to OBS Studio v31, I've encountered significant stuttering and performance issues with a scene containing an HTML simple text animation overlaid on a WebM video background. This issue was not present in OBS Studio v30.2.3, where the animation played smoothly.
The scene setup involves:
In OBS v30.2.3, the text animation displayed smoothly over the WebM background. However, in v31, the animation freezing noticeably, appearing stutters.
Key Observation:
After investigating
chrome://gpu
in both versions, I noticed a crucial difference:I suspect that the enabling of WebGPU in v31 is contributing to this performance degradation.
Additional Observation:
I also checked the WebGPU status using https://webgpureport.org/. Interestingly, the report shows WebGPU is functioning correctly when I directly access it through the Chrome browser. However, within the OBS Browser Source, the WebGPU report indicates that the gpu adapter is missing or failed.
OBS Studio Version: v31
Operating System: Windows 11
GPU: Intel HD Graphics 5500
Additional Information:
I hope this detailed report helps in identifying and resolving this issue. Thank you for your time and attention.
The text was updated successfully, but these errors were encountered: