Home » Linux Tutorials » mplayer

mplayer

[Dec 12, 2012 | Views: 649]
MPlayer is a universal (nearly) movie/music player on Linux and many more systems. It’s also my favourite player and MPlayer plays movie or music files in any format that I ... read more »
[Dec 9, 2012 | Views: 1,540]
read more »
[Nov 27, 2012 | Views: 2,350]
mplayer/mencoder are powerful tools. This is a list of useful mplayer/mencoder commands. Extract the audio, convert it to PCM and write the resulting wave file to audio.wav: mplayer -vo null -hardframedrop -ao ... read more »
[Nov 27, 2012 | Views: 149]
(1) convert .avi, .wmv etc. to .wav: mplayer -ao pcm:file=%7%out.wav MOVIE_FILES (2) then it is easy to convert .wav file to .mp3 file: lame -h out.wav out.mp3 read more »
[Nov 27, 2012 | Views: 713]
MPlayer has a fully configurable, command-driven control layer which allows you to control MPlayer using keyboard. Below is a list of mostly used MPlayer keyboard control. They comes from the ... read more »
[Nov 27, 2012 | Views: 1,185]
Fedora does not support MPlayer for some reason. But rpmfusion does it for us. Let’s install mplayer and learn some tricks to play rmvb files. 1. Add rpmfusion repository: Enable RPM Fusion ... read more »
[Nov 27, 2012 | Views: 3,141]
Taking screenshots in mplayer is simple. mplayer can also take continuous snapshots. Enable screenshot filter When we want to take screenshots when playing video, first we need to set the “-vf screenshot” ... read more »