Difference between revisions of "Mplayer"

From ArmadeusWiki
Jump to: navigation, search
m (Troubleshots)
m (Installation)
Line 14: Line 14:
  
 
* then reflash your Rootfs
 
* then reflash your Rootfs
 +
 +
=Usage=
 +
# mplayer -fs <-nosound> video.mpg
  
 
=Troubleshots=
 
=Troubleshots=

Revision as of 18:39, 2 May 2008

Introduction

Every Armadeus motherboard is capable of playing small MPEG videos with the help of the great Mplayer tool. It was successfully tested with 320x240 and 480x272 LCDs. Mplayer is using the Linux Framebuffer to display the videos.

Installation

[armadeus]$ make menuconfig

Menuconfig package.png

Menuconfig package graphics.png

Menuconfig package mplayer.png

[armadeus]$ make
  • then reflash your Rootfs

Usage

# mplayer -fs <-nosound> video.mpg

Troubleshots

  • If you have a problem about a lib that can not be found during the link process, it's often an interaction between the host and the target. So you can disable the lib, with the buildroot/package/mplayer/mplayer.mk, editing the ./configure arguments
  • disabling blinking cursor:
# echo -e '\033[?17;0;0c' > /dev/tty0


To see Mega Therion from the band Therion on The lcd screen of the Armadeus Board. (played from nfs) http://e-ghosting.com/~jujun/080119_202525.3gp

Links