source: projects/specs/tags/6_0_REL/nonfree/self-build-mplayer/mplayer-config-20100709-vine.patch @ 1448

Revision 1448, 2.0 KB checked in by munepi, 14 years ago (diff)

updated self-build-mplayer

  • mplayer-export-20100709/etc/example.conf

    diff -up mplayer-export-20100709/etc/example.conf.config mplayer-export-20100709/etc/example.conf
    old new  
    11# 
    22# MPlayer configuration file 
    33# 
    4 # Configuration files are read system-wide from /usr/local/etc/mplayer.conf 
     4# Configuration files are read system-wide from /etc/mplayer/mplayer.conf 
    55# and per user from ~/.mplayer/config, where per-user settings override 
    66# system-wide settings, all of which are overrriden by the command line. 
    77# 
     
    7575################## 
    7676 
    7777# Specify default audio driver (see -ao help for a list). 
    78 #ao=oss 
     78ao = pulse,alsa, 
    7979 
    8080# Use SDL audio driver with the esd subdriver by default. 
    8181#ao = sdl:esd 
     
    106106#framedrop = yes 
    107107 
    108108# Specify your preferred skin here (skins are searched for in 
    109 # /usr/local/share/mplayer/skins/<name> and ~/.mplayer/skins/<name>). 
     109# /usr/share/mplayer/skins/<name> and ~/.mplayer/skins/<name>). 
    110110#skin = Abyss 
    111111 
    112112# Resample the font alphamap. 
     
    116116# 10    bold black outline 
    117117#ffactor = 0.75 
    118118 
     119# FriBidi can do "funny" things to some ISO-8859-* subtitles 
     120#flip-hebrew = no 
     121 
     122# Use fontconfig for font selection 
     123fontconfig = yes 
     124 
     125# Default font for unstyled subtitles 
     126font = "Sans" 
     127 
    119128# cache settings 
    120129# 
    121130# Use 8MB input cache by default. 
     
    127136# Prefill 50% of the cache before restarting playback after the cache emptied. 
    128137#cache-seek-min = 50 
    129138 
    130 # DVD: Display English subtitles if available. 
    131 #slang = en 
     139# DVD: Display Japanese subtitles if available. 
     140slang = Japanese,jpn,ja 
     141 
     142# DVD: Play Japanese audio tracks if available. 
     143alang = Japanese,jpn,ja 
     144 
     145# A plugged in joystick can interfere with keyboard shortcuts 
     146joystick = no 
    132147 
    133 # DVD: Play English audio tracks if available. 
    134 #alang = en 
     148# Inhibit (a XScrnSaver compatible) screensaver while playing a movie 
     149stop-xscreensaver = yes 
    135150 
    136151################### 
    137152# DVDNAV Settings # 
Note: See TracBrowser for help on using the repository browser.