26th July 2009
in
Applications, Multimedia, cli
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[...]
Tags: ff-mpeg, ffmpeg, files, MPlayer, Multimedia, video
9 Comments
9th July 2009
in
Uncategorized
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[...]
Tags: encoding, encodings, font, fonts, MPlayer, subtitles
No Comments
9th January 2009
in
Applications, cli
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://
[...]
Tags: MPlayer
2 Comments
24th November 2008
in
Multimedia
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[...]
Tags: audio, MPlayer
5 Comments