You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, first of all, I would like to thank you for creating this awesome project.
The upscaling effect looks astonishing, but I can't make it working for more than a couple of seconds of the video playback. The memory usage of the browser jumps rapidly up to 6Gb and then the page soft-crashes with WebGL: CONTEXT_LOST_WEBGL: loseContext: context lost error in the console. The settings I'm using are: VideoUpscaler(30, Anime4KJS.ANIME4K_LOWEREND_MODE_A).
The text was updated successfully, but these errors were encountered:
This behavior caused by dynamically allocate/destruct texture.
Device Specific, MacOS doesn't occur, but Windows occurs this problem. (Device Specific)
Hi, first of all, I would like to thank you for creating this awesome project.
The upscaling effect looks astonishing, but I can't make it working for more than a couple of seconds of the video playback. The memory usage of the browser jumps rapidly up to 6Gb and then the page soft-crashes with
WebGL: CONTEXT_LOST_WEBGL: loseContext: context lost
error in the console. The settings I'm using are:VideoUpscaler(30, Anime4KJS.ANIME4K_LOWEREND_MODE_A)
.The text was updated successfully, but these errors were encountered: