Advertisement
Guest User

mplayer config

a guest
Nov 18th, 2011
316
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. stop-xscreensaver=1
  2. stop-xscreensaver=yes
  3. #ass-color=ff557f00
  4.  
  5. #================
  6. # Video and audio
  7. #================
  8.  
  9. # Video driver
  10. vo=gl
  11. va=vaapi
  12. lavdopts=threads=4#:skiploopfilter=all:fast
  13.  
  14. # Sound driver
  15. ao=alsa
  16.  
  17. # Start in fullscreen
  18. fs=yes
  19.  
  20. # Double buffering
  21. double=yes
  22.  
  23. #autoq=100
  24. #vf=pp=de,hqdn3d
  25.  
  26. # Aspect ratio
  27. monitoraspect=16:9
  28.  
  29. #Default audio stream
  30. alang=jp,jpn,en,eng
  31.  
  32. #=====
  33. # Subs
  34. #=====
  35.  
  36. # Align subs (-1: as they want to align themselves)
  37. spualign=-1
  38.  
  39. # Anti-alias subs (4: best and slowest)
  40. spuaa=4
  41.  
  42. # Set language
  43. slang=jp,jpn,en,eng
  44.  
  45. # Find subtitle files (1: load all subs containing movie name)
  46. sub-fuzziness=1
  47.  
  48. # Set font
  49. fontconfig=no
  50. font=/usr/share/fonts/TTF/DejaVuSans.ttf
  51.  
  52. # Set font encoding
  53. subfont-encoding=unicode
  54.  
  55. # Set subtitle file encoding
  56. unicode=yes
  57. utf8=yes
  58.  
  59. # Resample the font alphamap (1: narrow black outline)
  60. ffactor=10
  61.  
  62. # Set subtitle position (100: as low as possible)
  63. subpos=95
  64.  
  65. # Set subtitle alignment at its position (2: bottom)
  66. subalign=2
  67.  
  68. # Set font size (2: proportional to movie width)
  69. subfont-autoscale=2
  70.  
  71. # Set font blur radius (default: 2)
  72. subfont-blur=2.0
  73.  
  74. # Set font outline thickness (default: 2)
  75. subfont-outline=4
  76.  
  77. # Set autoscale coefficient (default: 5)
  78. subfont-text-scale=3.5
  79.  
  80. #====
  81. # ASS
  82. #====
  83. ass=yes
  84. embeddedfonts=yes
  85. #ass-styles=/home/zainin/.mplayer/styles.ass
  86.  
  87.  
  88. #====
  89. # OSD
  90. #====
  91.  
  92. # Set autoscale coefficient (default: 6)
  93. subfont-osd-scale=3
  94.  
  95.  
  96.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement