[vdr] Mplayer and mp4 files
VDR User
user.vdr at gmail.com
Fri May 15 18:25:23 CEST 2009
On Fri, May 15, 2009 at 9:19 AM, Diego Pierotto <vdr_mlist at 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
More information about the vdr
mailing list