bytedeco/javacv

Rendering 4k frames with javacv

Open

#2,077 opened on Jul 29, 2023

View on GitHub
 (4 comments) (0 reactions) (0 assignees)Java (1,583 forks)batch import
help wantedquestion

Repository metrics

Stars
 (6,985 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

So I am trying to render a 4k video with CanvasFrame . It appears it's kind of struggling with that task. I have this put in the VM options: -Dsun.java2d.opengl=true but it still seems to struggle rendering the frames. Everything is fragmented when the frames are displayed. Is there some way to fix this or is CanvasFrame just not fast enough for this task?

Contributor guide