Go to file
Dmitry Isaenko a22827d547 v0.8.4. Refactoring. 2018-05-05 23:07:52 +03:00
About v0.8.2. Fullscreen selection saves after restart. Refactoring in progress. 2018-05-02 05:21:44 +03:00
Settings v0.8.4. Refactoring. 2018-05-05 23:07:52 +03:00
appPanes v0.8.3. Refactoring. 2018-05-02 15:28:32 +03:00
localization v0.8.4. Refactoring. 2018-05-05 23:07:52 +03:00
res v0.8.2. Fullscreen selection saves after restart. Refactoring in progress. 2018-05-02 05:21:44 +03:00
AppPreferences.java v0.8.3 Minor notes. 2018-05-03 05:05:34 +03:00
Controller.java v0.8.3 Minor notes. 2018-05-03 05:05:34 +03:00
IMediatorContol.java v0.8.2. Fullscreen selection saves after restart. Refactoring in progress. 2018-05-02 05:21:44 +03:00
LICENSE v0.8.2. Fullscreen selection saves after restart. Refactoring in progress. 2018-05-02 05:21:44 +03:00
LineRedirecter.java v0.8.2. Fullscreen selection saves after restart. Refactoring in progress. 2018-05-02 05:21:44 +03:00
Main.java v0.8.4. Refactoring. 2018-05-05 23:07:52 +03:00
MediatorControl.java v0.8.2. Fullscreen selection saves after restart. Refactoring in progress. 2018-05-02 05:21:44 +03:00
Readme.md v0.8.3 Minor notes. 2018-05-03 05:08:03 +03:00
landingPage.fxml v0.8.2. Fullscreen selection saves after restart. Refactoring in progress. 2018-05-02 05:21:44 +03:00

Readme.md

mplayer4anime

mplayer4anime is mplayer launcher to play mkv file with mka audio and subtitles (.ass and .crt) at once.

License

Source code spreads under the GNU General Public License v.3. You can find it in LICENSE file or just visit www.gnu.org (it should be there for sure).

Requirements

JRE and JavaFX should be installed on your PC. For example, in Debian Stretch you should install 'openjfx' package.

Usage

Just start it as usual Java application:

$ java -jar mplayer4anime.jar

Run on windows

Step 1. Download and install JRE (8 or later): http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html

Step 2. Download and install (unpack) mplayer: http://oss.netfarm.it/mplayer/ (see 'Build selection table', for example click 'generic')

Step 3. Download and run jar file.