forked from https://github.com/libretro/libretro-mpv, updated to support basic txt playlists and mpv config file
We now have a working example! Signed-off-by: Mahyar Koshkouei <mahyar.koshkouei@gmail.com> |
||
---|---|---|
libretro-common@8dd21acbe4 | ||
.gitmodules | ||
Makefile | ||
README.md | ||
link.T | ||
mpv-libretro.c |
README.md
mpv-libretro
mpv media player as a libretro core. Currently not for use.
Aims to use features already established in mpv that are not currently available in Retroarch movieplayer.
I want to be able to use Retroarch as my movie player on my embedded devices (Raspberry Pi) and desktop using hardware acceleration without having to use Kodi or mpv directly. Thus allowing for a more integrated experience, and smaller root filesystem.
Compiling
Retroarch must be compiled with --disable-ffmpeg
to stop the integreated movieplayer from playing the input file.
FFmpeg (preferably master branch) must be compiled with --enable-shared
.
mpv must be compiled with --enable-libmpv-shared
.
Then run make
in the mpv-libretro folder.