Tag Archives: files

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 Subversion to download the code for MPlayer: svn co svn://svn.mplayerhq.hu/mplayer/trunk mplayer Then the code for ff-mpeg svn co svn://svn.mplayerhq.hu/mplayer/trunk… Read More »

Know when someone accesses your files in GNOME

Say you want to write a small shell script that locks up your GNOME desktop at specific intervals. What command would you use?In this case, your best bet would be gnome-screensaver-command —lock This has the same effect as you pushing the Lock Screen button in GNOME. You can forge a small shellscript and use this… Read More »