/mplayer/mplayer.conf

http://github.com/brinkman83/bashrc · Config · 130 lines · 100 code · 30 blank · 0 comment · 0 complexity · 4efa91e614bbd2d501151fd9eeb2f802 MD5 · raw file

  1. #
  2. # MPlayer configuration file
  3. #
  4. # Configuration files are read system-wide from /etc/mplayer/mplayer.conf
  5. # and per user from ~/.mplayer/config, where per-user settings override
  6. # system-wide settings, all of which are overrriden by the command line.
  7. #
  8. # The configuration file settings are the same as the command line
  9. # options without the preceding '-'.
  10. #
  11. # See the CONFIGURATION FILES section in the man page
  12. # for a detailed description of the syntax.
  13. ##################
  14. # video settings #
  15. ##################
  16. # Specify default video driver (see -vo help for a list).
  17. # vo=xv,x11
  18. # FBdev driver:
  19. #
  20. # mode to use (read from fb.modes)
  21. #fbmode = 640x480-120
  22. #
  23. # location of the fb.modes file
  24. #fbmodeconfig = /etc/fb.modes
  25. # Specify your monitor timings for the vesa and fbdev video output drivers.
  26. # See /etc/X11/XF86Config for timings. Be careful; if you specify settings
  27. # that exceed the capabilities of your monitor, you may damage it.
  28. #
  29. # horizontal frequency range (k stands for 1000)
  30. #monitor-hfreq = 31.5k-50k,70k
  31. #
  32. # vertical frequency range
  33. #monitor-vfreq = 50-90
  34. #
  35. # dotclock (or pixelclock) range (m stands for 1000000)
  36. #monitor-dotclock = 30M-300M
  37. # Start in fullscreen mode by default.
  38. #fs=yes
  39. # Change to a different videomode when going fullscreen.
  40. #vm=yes
  41. # Override the autodetected color depth, may need 'vm=yes' as well.
  42. #bpp=0
  43. # Enable software scaling (powerful CPU needed) for video output
  44. # drivers that do not support hardware scaling.
  45. #zoom=yes
  46. # standard monitor size, with square pixels
  47. #monitoraspect=4:3
  48. # Use this for a widescreen monitor, non-square pixels.
  49. #monitoraspect=16:9
  50. # Keep the player window on top of all other windows.
  51. #ontop=yes
  52. ##################
  53. # audio settings #
  54. ##################
  55. # Use pulse, then alsa, then SDL video with the aalib subdriver by default.
  56. ao=pulse,alsa,sdl:aalib
  57. # Use SDL audio driver with the esd subdriver by default.
  58. #ao = sdl:esd
  59. # Specify the mixer device.
  60. #mixer = /dev/mixer
  61. # Resample the sound to 44100Hz with the lavcresample audio filter.
  62. #af=lavcresample=44100
  63. ##################
  64. # other settings #
  65. ##################
  66. stop-xscreensaver=yes
  67. # Pretend to be Window Media Player.
  68. # Fixes playback when playlist and media file use the same URL.
  69. #user-agent=NSPlayer/4.1.0.3856
  70. # Drop frames to preserve audio/video sync.
  71. #framedrop = yes
  72. # Specify your preferred skin here (skins are searched for in
  73. # /usr/local/share/mplayer/skins/<name> and ~/.mplayer/skins/<name>).
  74. #skin = Abyss
  75. # Resample the font alphamap.
  76. # 0 plain white fonts
  77. # 0.75 very narrow black outline (default)
  78. # 1 narrow black outline
  79. # 10 bold black outline
  80. #ffactor = 0.75
  81. # cache settings
  82. #
  83. # Use 8MB input cache by default.
  84. #cache = 8192
  85. #
  86. # Prefill 20% of the cache before starting playback.
  87. #cache-min = 20.0
  88. #
  89. # Prefill 50% of the cache before restarting playback after the cache emptied.
  90. #cache-seek-min = 50
  91. # DVD: Display English subtitles if available.
  92. #slang = en
  93. # DVD: Play English audio tracks if available.
  94. #alang = en
  95. ###################
  96. # DVDNAV Settings #
  97. ###################
  98. #vc=ffmpeg12,
  99. # You can also include other configuration files.
  100. #include = /path/to/the/file/you/want/to/include