271
contributi
(nuova sintassi template) |
(aumentiamo la cache di mplayer per i video in HD di youtube) |
||
Riga 48: | Riga 48: | ||
if [ -z $DISPLAY ]; then | if [ -z $DISPLAY ]; then | ||
clive -f best -q --stream-exec="mplayer -really-quiet -cache | clive -f best -q --stream-exec="mplayer -really-quiet -cache 7777 -cache-min 11 \ | ||
-cache-seek-min 99 -vo fbdev -vf scale=1280:1024 %i" -s "$1" >/dev/null 2>&1 | -cache-seek-min 99 -vo fbdev -vf scale=1280:1024 %i" -s "$1" >/dev/null 2>&1 | ||
else | else | ||
clive -f best -q --stream-exec="mplayer -really-quiet -cache | clive -f best -q --stream-exec="mplayer -really-quiet -cache 7777 -cache-min 11 \ | ||
-cache-seek-min 99 %i" -s "$1" >/dev/null 2>&1 | -cache-seek-min 99 %i" -s "$1" >/dev/null 2>&1 | ||
fi | fi |
contributi