Difference between revisions of "Mplayer"

From Notes_Wiki
m
m
Line 1: Line 1:
<yambe:breadcrumb>Sound and video related tools</yambe:breadcrumb>
<yambe:breadcrumb self="Mplayer">Sound and video related tools|Sound and video related tools</yambe:breadcrumb>
=mplayer=
=mplayer=


Line 6: Line 6:
alias mplayer="mplayer -idx -zoom -softvol -softvol-max 400"
alias mplayer="mplayer -idx -zoom -softvol -softvol-max 400"
</pre>
</pre>
<yambe:breadcrumb self="Mplayer">Sound and video related tools|Sound and video related tools</yambe:breadcrumb>

Revision as of 10:23, 9 September 2018

<yambe:breadcrumb self="Mplayer">Sound and video related tools|Sound and video related tools</yambe:breadcrumb>

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"


<yambe:breadcrumb self="Mplayer">Sound and video related tools|Sound and video related tools</yambe:breadcrumb>