21st August 2009
in
Applications, Multimedia
Most DivX/XviD movies you download from Torrent sites are packed in multiple RAR archives. It takes some time for each to extract. If you don;t want to wait, you can use VLC and unrar to play the file within instantly. Y[...]
Tags: files, movie, RAR, unrar, video, VLC
5 Comments
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
18 Comments
7th November 2008
in
Multimedia
To convert video files to a resolution that is adequate for a PocketPC’s screen, use mencoder.
mencoder input.avi -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=200:abitrate=48 -vop scale=320:240 -oac copy -o output.avi[...]
Tags: AVI, mencoder, PocketPC, video
No Comments