1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
4 # T2 SDE: package/.../vdr-mplayer/mplayer.sh.conf
5 # Copyright (C) 2004 - 2007 The T2 SDE Project
7 # More information can be found in the files COPYING and README.
9 # This program is free software; you can redistribute it and/or modify
10 # it under the terms of the GNU General Public License as published by
11 # the Free Software Foundation; version 2 of the License. A copy of the
12 # GNU General Public License can be found in the file COPYING.
13 # --- T2-COPYRIGHT-NOTE-END ---
15 # Config File for mplayer.sh ...
17 # $Id: mplayer.sh.conf,v 1.23 2003/12/28 19:09:29 juri Exp $
20 # *** Mandatory Values
23 # Where to find mplayer executable ?
24 MPLAYER="/usr/bin/mplayer"
26 # Video Out Filter lavc or fame - see mplayer DVB docs for details !
31 # most users will want the default of 'mpegpes', but users with a dxr3
36 # Audio output device and possible additional options
37 # most users will want the default of 'mpegpes', but users with a dxr3
38 # need to use 'oss:/dev/em8300_ma-0'
39 #AO="oss:/dev/em8300_ma-0"
42 # X-Resolutions for the DVBs card (smallest value first !)
44 XResPAL=(352 480 528 544 688 704 720)
45 XResNTSC=(352 480 512 640 704 720)
47 # Set the following to 'true' or 'false' according to
48 # the capabilities of your TV set.
50 # At least _one_ has to be true!
54 # Use mplayer's -speed option for videos with a different
55 # frames/s value than the selected TV norm
57 # this setting is only used if either PAL or NTSC
61 # set to true if you want to use AC3 output
64 # how to play AC3 audio?
65 # for AC3 via sound card (ALSA driver):
66 AC3AOUT="-ao alsa9 -ac hwac3"
67 # for AC3 via DVB (doesn't need AC3overDVB patch);
68 # needs MPlayer 0.90 final, or newer:
71 # what aspect ratio has your TV set?
72 # either 4/3 (conventional) or 16/9 (widescreen)
77 # *** Optional Setting *** Simply Remove them if they do not fit your needs...
80 # What version of MPlayer do you have?
81 # if you have 0.9x then choose 'false'
82 # if you have 1.0(pre) then choose 'true'
85 # Cache Option for MPlayer
92 LIRCRC="/video/.lircrc"
94 # do we have a slow CPU?
95 # if so, reduce the Y resolution to the half of the possible maximum:
98 # uncomment the following line if you have a slow CPU:
101 # Where to find DVD/VCD dummy files? (just a fake and empty text file for the plugin)
102 # Example: create two empty text files (DVD and VCD) in /video/plugins/DVD-VCD/
103 # !!!The files must be named VCD and DVD (all capital letters)!!!
104 DVDFiles="/video/plugins/DVD-VCD"
106 # What is your DVD-ROM device ?
109 # What languages do your DVD's use ?
113 DVDOPTIONS="-aop list=volume:volume=170"
118 # should MPEG files be played directly (without rescaling) if possible?
122 SUBPOS="80" #Vertical position 0-100
123 SUBCOLOR="0" #Background color 0=black 255=white
124 SUBALPHA="30" #Background transparency (0-255)
126 # Userdefined Options - make sure they do not collide with options
128 # Only for experienced users
129 # USERDEF="-what -option you ever -like to give -to mplayer"
133 # set to true to enable debugging output