12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- diff -up mplayer-export-20100709/etc/example.conf.config mplayer-export-20100709/etc/example.conf
- --- mplayer-export-20100709/etc/example.conf.config 2010-07-10 10:26:10.000000000 +0900
- +++ mplayer-export-20100709/etc/example.conf 2010-07-25 01:23:10.910312823 +0900
- @@ -1,7 +1,7 @@
- #
- # MPlayer configuration file
- #
- -# Configuration files are read system-wide from /usr/local/etc/mplayer.conf
- +# Configuration files are read system-wide from /etc/mplayer/mplayer.conf
- # and per user from ~/.mplayer/config, where per-user settings override
- # system-wide settings, all of which are overrriden by the command line.
- #
- @@ -75,7 +75,7 @@
- ##################
-
- # Specify default audio driver (see -ao help for a list).
- -#ao=oss
- +ao = pulse,alsa,
-
- # Use SDL audio driver with the esd subdriver by default.
- #ao = sdl:esd
- @@ -106,7 +106,7 @@
- #framedrop = yes
-
- # Specify your preferred skin here (skins are searched for in
- -# /usr/local/share/mplayer/skins/<name> and ~/.mplayer/skins/<name>).
- +# /usr/share/mplayer/skins/<name> and ~/.mplayer/skins/<name>).
- #skin = Abyss
-
- # Resample the font alphamap.
- @@ -116,6 +116,15 @@
- # 10 bold black outline
- #ffactor = 0.75
-
- +# FriBidi can do "funny" things to some ISO-8859-* subtitles
- +#flip-hebrew = no
- +
- +# Use fontconfig for font selection
- +fontconfig = yes
- +
- +# Default font for unstyled subtitles
- +font = "Sans"
- +
- # cache settings
- #
- # Use 8MB input cache by default.
- @@ -127,11 +136,17 @@
- # Prefill 50% of the cache before restarting playback after the cache emptied.
- #cache-seek-min = 50
-
- -# DVD: Display English subtitles if available.
- -#slang = en
- +# DVD: Display Japanese subtitles if available.
- +slang = Japanese,jpn,ja
- +
- +# DVD: Play Japanese audio tracks if available.
- +alang = Japanese,jpn,ja
- +
- +# A plugged in joystick can interfere with keyboard shortcuts
- +joystick = no
-
- -# DVD: Play English audio tracks if available.
- -#alang = en
- +# Inhibit (a XScrnSaver compatible) screensaver while playing a movie
- +stop-xscreensaver = yes
-
- ###################
- # DVDNAV Settings #
- Diff finished. Sun Jul 25 01:23:54 2010
|