Mercurial > mplayer.hg
view TOOLS/mwallp/README @ 20797:82cc34c97955
r20648: Document ao_openal.
r20664: Clarify state of openal ao.
r20684: reccomend the usage of :tsaf with :format=dvd in -mpegopts
r20690: consistency/grammar
r20707: spellfix and improvement suggested by Wanderer
r20739: Remove remnants of long-gone libfame.
r20773: - explain lavc lmin option more clearly
- document lavc mblmin and mblmax options
author | kraymer |
---|---|
date | Thu, 09 Nov 2006 14:13:34 +0000 |
parents | 95918d5066b6 |
children |
line wrap: on
line source
mwallp - mplayer's wallpaper setting utility ====== Usage: mwallp file1.jpg [file2.jpg file3.jpg ...] ~~~~~~ About: ~~~~~~ MWallp is a simple tool to set .jpg images as background/wallpaper on the desktop. It scales (bicubic) and convert the given jpg image to desktop size/bpp and set as background of Root window. If more than 1 filenames given, it randomly selects one, so running something like 'mwallp ~/.wallpapers/*.jpg' from cron will randomly changes wallpaper. Why? ~~~~ I've tried several programs, and as most of them used Imlib, their quality sucks (Imlib uses neares-neighbour scaling...). So I've decided to put together something very simple but efficient built using the MPlayer codebase. A'rpi