OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

135 lines
3.5 KiB

  1. # --- T2-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # T2 SDE: package/.../vdr/mplayer.sh.conf
  5. # Copyright (C) 2004 - 2006 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 ---
  14. # Config File for mplayer.sh ...
  15. #
  16. # $Id: mplayer.sh.conf,v 1.23 2003/12/28 19:09:29 juri Exp $
  17. #
  18. # ***
  19. # *** Mandatory Values
  20. # ***
  21. #
  22. # Where to find mplayer executable ?
  23. MPLAYER="/usr/bin/mplayer"
  24. # Video Out Filter lavc or fame - see mplayer DVB docs for details !
  25. #VOP="lavc=9000"
  26. VOP="lavc=5000"
  27. # Video out device
  28. # most users will want the default of 'mpegpes', but users with a dxr3
  29. # need to use 'dxr3'
  30. #VO="dxr3"
  31. VO="mpegpes"
  32. # Audio output device and possible additional options
  33. # most users will want the default of 'mpegpes', but users with a dxr3
  34. # need to use 'oss:/dev/em8300_ma-0'
  35. #AO="oss:/dev/em8300_ma-0"
  36. AO="mpegpes"
  37. # X-Resolutions for the DVBs card (smallest value first !)
  38. #
  39. XResPAL=(352 480 528 544 688 704 720)
  40. XResNTSC=(352 480 512 640 704 720)
  41. # Set the following to 'true' or 'false' according to
  42. # the capabilities of your TV set.
  43. #
  44. # At least _one_ has to be true!
  45. PAL="true"
  46. NTSC="false"
  47. # Use mplayer's -speed option for videos with a different
  48. # frames/s value than the selected TV norm
  49. #
  50. # this setting is only used if either PAL or NTSC
  51. # is set to false!
  52. USE_SPEED="true"
  53. # set to true if you want to use AC3 output
  54. USEAC3="false"
  55. # how to play AC3 audio?
  56. # for AC3 via sound card (ALSA driver):
  57. AC3AOUT="-ao alsa9 -ac hwac3"
  58. # for AC3 via DVB (doesn't need AC3overDVB patch);
  59. # needs MPlayer 0.90 final, or newer:
  60. #AC3AOUT="-ac hwac3"
  61. # what aspect ratio has your TV set?
  62. # either 4/3 (conventional) or 16/9 (widescreen)
  63. #TV_ASPECT="16/9"
  64. TV_ASPECT="4/3"
  65. # ***
  66. # *** Optional Setting *** Simply Remove them if they do not fit your needs...
  67. # ***
  68. # What version of MPlayer do you have?
  69. # if you have 0.9x then choose 'false'
  70. # if you have 1.0(pre) then choose 'true'
  71. MPLAYER_V1="true"
  72. # Cache Option for MPlayer
  73. CACHE="4096"
  74. # Framedrop
  75. FRAMEDROP="true"
  76. # Lirc RC File
  77. LIRCRC="/video/.lircrc"
  78. # do we have a slow CPU?
  79. # if so, reduce the Y resolution to the half of the possible maximum:
  80. # NTSC: 240
  81. # PAL: 288
  82. # uncomment the following line if you have a slow CPU:
  83. #SLOW_CPU="true"
  84. # Where to find DVD/VCD dummy files? (just a fake and empty text file for the plugin)
  85. # Example: create two empty text files (DVD and VCD) in /video/plugins/DVD-VCD/
  86. # !!!The files must be named VCD and DVD (all capital letters)!!!
  87. DVDFiles="/video/plugins/DVD-VCD"
  88. # What is your DVD-ROM device ?
  89. DVD="/dev/hdc"
  90. # What languages do your DVD's use ?
  91. DVDLANG="de"
  92. # extra DVD options
  93. DVDOPTIONS="-aop list=volume:volume=170"
  94. # extra VCD options
  95. VCDOPTIONS=""
  96. # should MPEG files be played directly (without rescaling) if possible?
  97. MPEG_DIRECT="true"
  98. #Subtitle options
  99. SUBPOS="80" #Vertical position 0-100
  100. SUBCOLOR="0" #Background color 0=black 255=white
  101. SUBALPHA="30" #Background transparency (0-255)
  102. # Userdefined Options - make sure they do not collide with options
  103. # used in mplayer.sh
  104. # Only for experienced users
  105. # USERDEF="-what -option you ever -like to give -to mplayer"
  106. USERDEF="-quiet"
  107. #USERDEF=""
  108. # set to true to enable debugging output
  109. #DEBUG="true"
  110. # End of Options