Latest Version: 2.0.4
Click here to view Changeloggit repository (bleeding edge) | https://github.com/u8sand/Baka-MPlayer |
Latest stable release | https://github.com/u8sand/Baka-MPlayer/releases |
Download for Windows (64-bit) | Download for Windows (64-bit) Old |
Download for Windows (32-bit) | Download for Windows (32-bit) Old |
Arch (x86_64) | https://www.archlinux.org/packages/community/x86_64/baka-mplayer/ |
Arch (i686) | https://www.archlinux.org/packages/community/i686/baka-mplayer/ |
Arch (aur, git package) | https://aur.archlinux.org/packages/baka-mplayer-git/ |
Debian (amd64) | baka-mplayer_2.0.4-1_amd64.deb |
Debian (i386) | baka-mplayer_2.0.4-1_i386.deb |
Fedora * | https://repo.fdzh.org/FZUG |
FreeBSD * | https://freshports.org/multimedia/baka-mplayer |
Gentoo * | https://packages.gentoo.org/package/media-video/baka-mplayer |
openSUSE (Packman team) * | https://packman.links2linux.org/package/baka-mplayer |
Ubuntu * | https://launchpad.net/~mc3man/+archive/ubuntu/ffmpeg-test1 |
* Unofficial ports (may be out of date)
Don't see a package for your flavor of linux? That's okay, compiling is easy!
First, make sure you have the following dependencies (packages may be named slightly different for each distro):
gcc
pkg-config
libmpv (or compile mpv with libmpv support)
youtube-dl (optional, for streaming youtube videos)
qt5-base
qt5-qmake
qt5-tools
qt5-declarative
qt5-svg
qt5-network
qt5-x11extras
Then run the following commands:
$ git clone -b release https://github.com/u8sand/Baka-MPlayer.git
$ cd "Baka-MPlayer"
$ ./configure CONFIG+=install_translations
$ make -j `grep -c ^processor /proc/cpuinfo`
$ sudo make install