* updated knights (21.12.1 -> 21.12.2), untested
[t2-trunk.git] / package / vdr / vdr-mplayer / mplayer.sh.conf
blobf3b6a611a217f7a6b63efa51902ad22bd0e91903
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3
4 # T2 SDE: package/.../vdr-mplayer/mplayer.sh.conf
5 # Copyright (C) 2004 - 2007 The T2 SDE Project
6
7 # More information can be found in the files COPYING and README.
8
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 $
19 # ***
20 # *** Mandatory Values
21 # ***
23 # Where to find mplayer executable ?
24 MPLAYER="/usr/bin/mplayer"
26 # Video Out Filter lavc or fame - see mplayer DVB docs for details !
27 #VOP="lavc=9000"
28 VOP="lavc=5000"
30 # Video out device
31 # most users will want the default of 'mpegpes', but users with a dxr3
32 # need to use 'dxr3'
33 #VO="dxr3"
34 VO="mpegpes"
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"
40 AO="mpegpes"
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!
51 PAL="true"
52 NTSC="false"
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
58 # is set to false!
59 USE_SPEED="true"
61 # set to true if you want to use AC3 output
62 USEAC3="false"
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:
69 #AC3AOUT="-ac hwac3"
71 # what aspect ratio has your TV set?
72 # either 4/3 (conventional) or 16/9 (widescreen)
73 #TV_ASPECT="16/9"
74 TV_ASPECT="4/3"
76 # ***
77 # *** Optional Setting *** Simply Remove them if they do not fit your needs...
78 # ***
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'
83 MPLAYER_V1="true"
85 # Cache Option for MPlayer
86 CACHE="4096"
88 # Framedrop
89 FRAMEDROP="true"
91 # Lirc RC File
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:
96 # NTSC: 240
97 # PAL: 288
98 # uncomment the following line if you have a slow CPU:
99 #SLOW_CPU="true"
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 ?
107 DVD="/dev/hdc"
109 # What languages do your DVD's use ?
110 DVDLANG="de"
112 # extra DVD options
113 DVDOPTIONS="-aop list=volume:volume=170"
115 # extra VCD options
116 VCDOPTIONS=
118 # should MPEG files be played directly (without rescaling) if possible?
119 MPEG_DIRECT="true"
121 #Subtitle options
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
127 # used in mplayer.sh
128 # Only for experienced users
129 # USERDEF="-what -option you ever -like to give -to mplayer"
130 USERDEF="-quiet"
131 #USERDEF=
133 # set to true to enable debugging output
134 #DEBUG="true"
136 # End of Options