Why does playing videos with JavaFX utilize CPU software decoding when my computer has a GPU? When I use VLC for playback, it uses GPU hardware decoding. Does JavaFX not support hardware decoding?
I am using JDK 17 and JavaFX 21.
Why does playing videos with JavaFX utilize CPU software decoding when my computer has a GPU? When I use VLC for playback, it uses GPU hardware decoding. Does JavaFX not support hardware decoding?