Kagami / boram

:film_strip: Cross-platform graphical WebM converter
https://github.com/Kagami/boram/releases
433 stars 30 forks source link

mpv playback performance, hwdec #9

Closed Kagami closed 7 years ago

Kagami commented 7 years ago

Right now CPU usage is rather high. Need to try to activate hwdec (at least on some platforms or add UI control) and check whether it's possible to improve performance in some way.

Kagami commented 7 years ago

Might be useful: https://www.chromium.org/nativeclient/how-tos/3d-tips-and-best-practices

Kagami commented 7 years ago

I was thinking over this a bit. I'm not sure hwdec in internal player is much useful for boram usage per se. After all, you don't watch videos for hours, you only need to quickly find start/stop points and click to encode. In other words it's not worth the effort.

Though it makes sense to move mpv module into separate repo, making it usable for other electron apps which might want to implement some sort of video playback. And hwdec feature would fit much better.

@romaincointepas any thoughts?

romaincointepas commented 7 years ago

Yep definitely

Kagami commented 7 years ago

Moved to https://github.com/Kagami/mpv.js/issues/5