Skip to content

Releases: Maijestro/mplayer

MPlayer AmigaOS4 VA-API r38685 v264

13 Jun 19:07

Choose a tag to compare

MPlayer AmigaOS4 VA-API v264

First public release of MPlayer with full VA-API hardware accelerated video
output for AmigaOS 4.1, based on MPlayer SVN trunk revision 38685.

What's included

Full VA-API hardware accelerated video decoding and output
ARexx control port MPLAYER.1
af_export audio filter fixed for AmigaOS4 (RAM: and T: paths)
Compiled with ppc-amigaos-gcc newlib

Binary

The stripped binary mplayer_vaapi_hw_v264_stripped is ready to run on
AmigaOS 4.1. Copy it to your preferred location and make it executable.

Usage

Basic playback with VA-API:

mplayer -vo vaapi video.mp4

Audio visualizer output:

mplayer -af export=RAM:mplayer_vis.raw:512 -quiet audio.mp3

ARexx control:

C:RX "address MPLAYER.1 PAUSE"
C:RX "address MPLAYER.1 VOLUME VALUE 80 ABS"

Requirements

AmigaOS 4.1 Final Edition
VA-API compatible graphics card (tested on RX580)
AHI audio system

Note for QEMU and Pegasos 2 users

Change vo=vaapi to vo=comp or vo=sdl in the MPlayer configuration file.

Tested on

AmigaOne X5000 with RX580 graphics card under AmigaOS 4.1 Final Edition.

Support

If you find this useful, donations are welcome:
https://www.paypal.me/Maijestro

V-MPlayer v265 Beta

14 Jun 09:51

Choose a tag to compare

V-MPlayer v265 Beta Pre-release
Pre-release

This build includes a fix for ARexx commands that return values. Commands like GET_TIME_POS, GET_TIME_LENGTH, GET_PERCENT_POS and GET_VO_FULLSCREEN should now reply correctly instead of hanging.

Changes:

  • Fixed ARexx getter commands not returning values
  • ARexx port now responds correctly to all commands

Please test and report any issues.