Difference between revisions of "Mplayer"
From Notes_Wiki
m |
m |
||
Line 1: | Line 1: | ||
[[Main Page|Home]] > [[CentOS]] > [[CentOS 6.x]] > [[Sound and video related tools]] > [[Mplayer]] | |||
<tt>mplayer</tt> 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 '<tt>.bashrc</tt>' file: | <tt>mplayer</tt> 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 '<tt>.bashrc</tt>' file: | ||
Line 9: | Line 8: | ||
[[Main Page|Home]] > [[CentOS]] > [[CentOS 6.x]] > [[Sound and video related tools]] > [[Mplayer]] |
Latest revision as of 13:35, 24 August 2022
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