1
0
mirror of git://projects.qi-hardware.com/openwrt-packages.git synced 2024-09-30 01:42:34 +03:00
openwrt-packages/mplayer
David Kühling 6a975d2489 mplayer: use svn versions of mplayer plus mplayer-internal ffmpeg from git
Mplayer project seems to have stopped providing release tarballs and recommends
use of the SVN version.  Package uses revision pinning, so still nice and
deterministic.
2011-04-24 11:00:16 +02:00
..
files MPlayer: enable volume control via Ben volume keys 2010-09-26 23:21:01 +04:00
patches mplayer: use svn versions of mplayer plus mplayer-internal ffmpeg from git 2011-04-24 11:00:16 +02:00
Makefile mplayer: use svn versions of mplayer plus mplayer-internal ffmpeg from git 2011-04-24 11:00:16 +02:00
README MPlayer: added mp3 support via libmad; see README 2010-09-26 17:51:31 +04:00

1. prepare your avi files for Ben:

for i in $(echo "*.avi"); do /usr/bin/mencoder -o "$i.mpg" -vf scale=320:-2 -of mpeg -ovc lavc -lavcopts vcodec=mpeg1video:vpass=1:vbitrate=200 -ofps 24000/1001 -oac lavc -lavcopts acodec=mp2:abitrate=64 "$i" && /usr/bin/mencoder -o "$i.mpg" -vf scale=320:-2 -of mpeg -ovc lavc -lavcopts vcodec=mpeg1video:vpass=2:vbitrate=200 -ofps 24000/1001 -oac lavc -lavcopts acodec=mp2:abitrate=64 "$i"; done

2. play your files with Ben:

mplayer -vo sdl -ac mad file.mpg