
Originally Posted by
lordmayo
What kinds of features are we talking about here - where can we see a list?
Well here's the output of the mplayer application and some of the basic programmed keys that can be sent while mplayer is active:
Code:
# ./mplayer
main thread started, tid 1255
Cannot find HOME directory.
MPlayer SVN-r30856-snapshot-skyviia 2199 (C) 2000-2010 MPlayer Team
Usage: mplayer [options] [url|path/]filename
Basic options: (complete list in the man page)
-vo <drv> select video output driver ('-vo help' for a list)
-ao <drv> select audio output driver ('-ao help' for a list)
dvd://<titleno> play DVD title from device instead of plain file
-alang/-slang select DVD audio/subtitle language (by 2-char country code)
-ss <position> seek to given (seconds or hh:mm:ss) position
-nosound do not play sound
-fs fullscreen playback (or -vm, -zoom, details in the man page)
-x <x> -y <y> set display resolution (for use with -vm or -zoom)
-sub <file> specify subtitle file to use (also see -subfps, -subdelay)
-playlist <file> specify playlist file
-vid x -aid y select video (x) and audio (y) stream to play
-fps x -srate y change video (x fps) and audio (y Hz) rate
-pp <quality> enable postprocessing filter (details in the man page)
-framedrop enable frame dropping (for slow machines)
Basic keys: (complete list in the man page, also check input.conf)
<- or -> seek backward/forward 10 seconds
down or up seek backward/forward 1 minute
pgdown or pgup seek backward/forward 10 minutes
< or > step backward/forward in playlist
p or SPACE pause movie (press any key to continue)
q or ESC stop playing and quit program
+ or - adjust audio delay by +/- 0.1 second
o cycle OSD mode: none / seekbar / seekbar + timer
* or / increase or decrease PCM volume
x or z adjust subtitle delay by +/- 0.1 second
r or t adjust subtitle position up/down, also see -vf expand
* * * SEE THE MAN PAGE FOR DETAILS, FURTHER (ADVANCED) OPTIONS AND KEYS * * *
#
Unforutnately the input.conf file is nowhere to be found so it's kind of hard to tell what keys does what; you pretty much have to connect a keyboard and go crazy. By the way this version of mplayer has obviously been customized by Skyviia to support their Integrated circuit (chip); mplayer is an open source project and use intensively on many linux based distribution and firmware.
Cheers!!!
EDIT: Just for completion here's a link with the standard command: http://www.mplayerhq.hu/DOCS/man/en/mplayer.1.html