Category Archives: mplayer

MPlayer, Manual

http://www.mplayerhq.hu/DOCS/man/en/mplayer.1.html MPlayer NAME SYNOPSIS DESCRIPTION INTERACTIVE CONTROL USAGE CONFIGURATION FILES PROFILES GENERAL OPTIONS PLAYER OPTIONS (MPLAYER ONLY) DEMUXER/STREAM OPTIONS OSD/SUBTITLE OPTIONS AUDIO OUTPUT OPTIONS (MPLAYER ONLY) AUDIO OUTPUT DRIVERS (MPLAYER ONLY) VIDEO OUTPUT OPTIONS (MPLAYER ONLY) VIDEO OUTPUT DRIVERS (MPLAYER ONLY) DECODING/FILTERING OPTIONS AUDIO FILTERS VIDEO FILTERS GENERAL ENCODING OPTIONS (MENCODER ONLY) CODEC SPECIFIC ENCODING OPTIONS (MENCODER ONLY) ENVIRONMENT VARIABLES FILES EXAMPLES OF MPLAYER USAGE EXAMPLES OF MENCODER USAGE BUGS AUTHORS NAME mplayer − movie player mencoder − movie encoder

How to quickly make a (sorted) playlist for mplayer

http://zuttobenkyou.wordpress.com/2009/01/17/how-to-quickly-make-a-playlist-for-mplayer/ How to quickly make a (sorted) playlist for mplayer January 17, 2009 by Shinobu See my update on July 10, 2010, below (making use of the neat “-iregex” option)! Mplayer uses a simple kind of playlist: a text file with the path and name of each file to be played. The path to the new file is relative to the location of the playlist file itself. So, you can do: 1 find -maxdepth 1 -type f -name \*.\* | sort > playlist