safe libmpv bindings for Rust.
mpv is a media player based on MPlayer and mplayer2. It supports a wide variety of video file formats, audio and video codecs, and subtitle types.
The crate is a safe libmpv API binding in Rust. For more info about mpv, see here.
the mpv package is needed for this to run.
On linux, you can ask your package manager to install it for you.
$ sudo pacman -S mpv
$ sudo apt-get install libmpv1
libmpv can be found here for windows. You need to copy the library into your rust binaries folder for it to be linked properly.
Any contribution is welcome, as well as any code review !
An question concerning the mpv-rs API is welcome in the issues.
If your mpv crashes, please make sure it's coming from this API and not from the mpv player itself.
mpv is globally licensed under GPLv2+ (see here), but this crate is licensed under the zlib license.
Relicensing is possible if it can be properly justified for whatever reason.