unosquare / ffmediaelement

FFME: The Advanced WPF MediaElement (based on FFmpeg)
https://unosquare.github.io/ffmediaelement/
Other
1.17k stars 238 forks source link

support sharpdx #565

Closed swimfish09 closed 3 years ago

swimfish09 commented 3 years ago

Cpu usage is very high even with hardware accelerator on.

mariodivece commented 3 years ago

Hardware acceleration is only used for decoding and it's only increasing your CPU usage between CPU and GPU memory copy operations. Presenting the image is a different story. Please check out the details here: #508