Registry / other / libmpv-sirno

libmpv-sirno

JSON →
library2.0.2-fork.1rscratesunverified

An easy-to-use libmpv abstraction that supports most codecs and containers.

# Cargo.toml [dependencies] libmpv-sirno = "2.0.2-fork.1"
INSTALL
IMPORT
SIG · LIBMPV-SIRNO
L
libmpv-sirno
otherrustv2.0.2-fork.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Player
use libmpv_sirno::Player;

Creates a new mpv player and plays a video file.

use libmpv_sirno::Player; let mut player = Player::new(); player.play("video.mp4").unwrap();
Debug
Known issues
gotchaRequires libmpv to be installed on the system.
fix
Install libmpv via your package manager (e.g., apt install libmpv-dev).
affects: *
Upgrade
Version history
2.0.2-fork.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
libmpv-sirno — cargo add libmpv-sirno · libregistry