红联Linux门户
Linux帮助

mplayer为何不能启动?大家帮帮忙啦

发布时间:2007-04-01 19:24:47来源:红联作者:snowman
$ gmplayer
MPlayer 1.0rc1-4.1.1 (C) 2000-2006 MPlayer Team
CPU: AMD Sempron(tm) Processor 2800+ (Family: 15, Model: 44, Stepping: 2)
CPUflags: MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1
Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx SSE SSE2
The flip-hebrew option can't be used in a config file.
Error parsing option flip-hebrew=no at line 125
这该怎么解决?

[ 本帖最后由 snowman 于 2007-4-3 08:51 编辑 ]
文章评论

共有 6 条评论

  1. 200.126.215.* 于 2007-07-06 00:43:51发表:

    http://ea08b1f443c1dda53b0f0c5a08faa086-t.lwgmrw.org ea08b1f443c1dda53b0f0c5a08faa086 http://ea08b1f443c1dda53b0f0c5a08faa086-b1.lwgmrw.org ea08b1f443c1dda53b0f0c5a08faa086 http://ea08b1f443c1dda53b0f0c5a08faa086-b3.lwgmrw.org 7323937625928ec2c2b389a5c949efe8

  2. snowman 于 2007-04-03 15:52:10发表:

    现在的问题是不能不放rmvb文件,怎么解决啊?我用的是FC6

  3. snowman 于 2007-04-03 13:32:48发表:

    不用了,搞定了。
    把 flip-hebrew = no注释掉就行了

  4. snowman 于 2007-04-03 11:28:50发表:

    大家帮忙啊,告诉我该怎么做,我新手不懂

  5. snowman 于 2007-04-02 18:06:32发表:

    # MPlayer configuration file
    #
    # 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.
    #
    # The configuration file settings are the same as the command line
    # options without the preceding '-'.
    #
    # See the CONFIGURATION FILES section in the man page
    # for a detailed description of the syntax.


    ##################
    # video settings #
    ##################

    # Specify default video driver (see -vo help for a list).
    #vo=xv

    # Use SDL video with the aalib subdriver by default.
    #vo = sdl:aalib

    # FBdev driver:
    #
    # mode to use (read from fb.modes)
    #fbmode = 640x480-120
    #
    # location of the fb.modes file
    #fbmodeconfig = /etc/fb.modes

    # Specify your monitor timings for the vesa and fbdev video output drivers.
    # See /etc/X11/XF86Config for timings. Be careful; if you specify settings
    # that exceed the capabilities of your monitor, you may damage it.
    #
    # horizontal frequency range (k stands for 1000)
    #monitor-hfreq = 31.5k-50k,70k
    #
    # vertical frequency range
    #monitor-vfreq = 50-90
    #
    # dotclock (or pixelclock) range (m stands for 1000000)
    #monitor-dotclock = 30M-300M

    # Start in fullscreen mode by default.
    #fs=yes

    # Change to a different videomode when going fullscreen.
    #vm=yes

    # Override the autodetected color depth, may need 'vm=yes' as well.
    #bpp=0

    # Enable software scaling (powerful CPU needed) for video output
    # drivers that do not support hardware scaling.
    #zoom=yes

    # standard monitor size, with square pixels
    #monitoraspect=4:3

    # Use this for a widescreen monitor, non-square pixels.
    #monitoraspect=16:9

    # Keep the player window on top of all other windows.
    #ontop=yes


    ##################
    # audio settings #
    ##################

    # Specify default audio driver (see -ao help for a list).
    ao = alsa

    # Use SDL audio driver with the esd subdriver by default.
    #ao = sdl:esd

    # Specify the mixer device.
    #mixer = /dev/mixer

    # Resample the sound to 44100Hz with the lavcresample audio filter.
    #af=lavcresample=44100


    ##################
    # other settings #
    ##################

    # Drop frames to preserve audio/video sync.
    #framedrop = yes

    # Specify your preferred skin here (skins are searched for in
    # /usr/share/mplayer/skins/ and ~/.mplayer/skins/).
    #skin = Abyss

    # Resample the font alphamap.
    # 0 plain white fonts
    # 0.75 very narrow black outline (default)
    # 1 narrow black outline
    # 10 bold black outline
    #ffactor = 0.75

    # cache settings
    #
    # Use 8MB input cache by default.
    #cache = 8192
    #
    # Prefill 20% of the cache before starting playback.
    #cache-min = 20.0
    #
    # 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: Play English audio tracks if available.
    #alang = en

    # A plugged in joystick can interfere with keyboard shortcuts
    joystick = no

    # FriBidi can do "funny" things to some ISO-8859-* subtitles
    flip-hebrew = no

    # You can also include other configuration files.
    #include = /home/me/.mplayer/something
    我不懂这个,刚接触,谢谢了

    [ 本帖最后由 snowman 于 2007-4-2 18:08 编辑 ]

  6. beyondfly 于 2007-04-02 00:06:58发表:

    把/etc/mplayer/mplayer.conf发上来