红联Linux门户
Linux帮助

那个PPS for Linux是官方出的么?现在没更新了?

发布时间:2011-05-29 15:48:50来源:红联作者:dupontjoy
如题,是不是官方的呀?没有更新了?不知道是我的电脑卡还是啥的?看电影声音老是不同步。刚开始还是同步的,看过1分钟的样子声音就跑老前面去了。好不容易Linux下有这么个宝,怎么就不更新了呢?!
文章评论

共有 4 条评论

  1. nxzcc 于 2011-05-30 08:45:05发表:

    想起了QQ,快车,linux版的软件命运太那个了

  2. yaodechang 于 2011-05-29 19:34:43发表:

    关于你提的问题:
    PPS是官方出的,不过好久没有更新了,不知道这个项目是不是已经死掉了,和foxit、网际快车,还有那个不争气的QQ for linux一样
    声影不同步可以这样设置:编辑/etc/mplayer里面的mplayer.conf,按我的设置方法设置:主要是更改红色字体那里
    #
    # 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,x11
    vo=xv

    # 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 #
    ##################

    # Use pulse, then alsa, then SDL video with the aalib subdriver by default.
    ao=pulse,alsa,sdl:aalib

    # 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 #
    ##################

    stop-xscreensaver=yes

    # Joystick input is disabled because of issues on some laptops(thinkpad).
    joystick=no

    # Pretend to be Window Media Player.
    # Fixes playback when playlist and media file use the same URL.
    #user-agent=NSPlayer/4.1.0.3856

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

    # Specify your preferred skin here (skins are searched for in
    # /usr/local/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

    ###################
    # DVDNAV Settings #
    ###################
    #vc=ffmpeg12,

    # You can also include other configuration files.
    #include = /path/to/the/file/you/want/to/include

  3. linux-embedded 于 2011-05-29 17:34:53发表:

    你的系统联网后会自动提示你更新

  4. Fzzd 于 2011-05-29 16:30:42发表:

    是官方的