Closed wingedonezero closed 8 years ago
Make sure libmpv is installed (might be part of a package called mpv
or mpv-dev
or libmpv
), then clone this repo, then launch a python shell in the freshly cloned repo, then type
import mpv
m = mpv.MPV()
m.play('/path/to/video.mkv')
How do i try this out? im on ubuntu.