Linux

Make MPlayer play h264 video files faster on multicore machines

You can make MPlayer play h264-encoded video files a lot faster on multicore machines if you graft some libraries from the ffmpeg-mt project into the resulting mplayer binary. We need to recompile for this. First, use Su[...]


Make MPlayer use the correct encoding for Romanian and Greek subtitles

Open up GMPlayer (or another MPlayer GUI) right-click on it, go to Preferences, click on the Font tab and from the Encoding list chose Slavic/Central European Languages (ISO-8859-2) for Romanian subtitles. Use Modern Gre[...]


Viewing a webcam with MPlayer in Linux

MPlayer has tons of other uses besides viewing video files. For example, you can view your webcam with it: mplayer -cache 128 -tv driver=v4l:width=640:height=480:outfmt=i420 -vc rawi420 -vo xv tv:// [...]


Triple your audio volume in MPlayer

Some videos you download might not have such a high audio volume, even with alsamixer set to 100%. There’s a trick for this. Start your video with mplayer -softvol -softvol-max 300 video_file.avi to boost your vol[...]