Mplayer

From Notes_Wiki

Home > CentOS > CentOS 6.x > Sound and video related tools > Mplayer

mplayer is a very versatile movie player for Linux which can be completely used from command line. To enable few useful options of mplayer to be used automatically whenever mplayer is invoked, one can add following alias for mplayer in '.bashrc' file:

alias mplayer="mplayer -idx -zoom -softvol -softvol-max 400"


Home > CentOS > CentOS 6.x > Sound and video related tools > Mplayer