A libmpv abstraction written in rust that's easy to use and provides the ability to read next to all video and audio codecs.
GNU Lesser General Public License v2.1
100
stars
36
forks
source link
Support using from `mpv_open_cplugin`. #25
Closed
eNV25 closed 1 year ago
It's possible to use Rust to create an MPV plugin.
It would be useful to use the main crate instead of the
-sys
crate. Should be as simple as adding a constructorfrom_ptr
forstruct Mpv
.