On Fri, May 15, 2009 at 9:19 AM, Diego Pierotto <vdr_ml...@tiscali.it> wrote:
> i really don't know where to put it inside
> mplayer.sh script.

Look at the end of the mplayer.sh script and you'll see where $CMDLINE
is used on the mplayer execution line.  Just add it there.

For example (this is not from mplayer.sh but the same concept):
sudo DISPLAY=:0.0 $CMDLINE "$1" &>/logs/mplayer.log

would become:

sudo DISPLAY=:0.0 $CMDLINE -demuxer mov "$1" &>/logs/mplayer.log

_______________________________________________
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Reply via email to