红联Linux门户
Linux帮助

yum安装完smplayer不能播放

发布时间:2008-05-22 16:38:23来源:红联作者:guixiaolan
yum install smplayer
安装完以后,下载了解码器放在/usr/lib/codecs/中,但是将列表中添加了文件,却不能播放,不能点击播放按钮。

做了一个win32的链接,也不能播放。不知道是什么原因。
文章评论

共有 7 条评论

  1. guixiaolan 于 2008-05-24 12:26:10发表:

    能播放了,但是声音和图像不同步。怎么解决呢?

  2. alixsta 于 2008-05-24 10:02:50发表:

    将该flip-hebrew(133行)行注了就能用了,我已经试过。

  3. yourfriend 于 2008-05-24 08:56:41发表:

    Debug: MplayerProcess::parseLine: 'The flip-hebrew option can't be used in a config file.'
    Debug: MplayerProcess::parseLine: 'Error parsing option flip-hebrew=no at line 133'

    关键这2行,说mplayer的配置文件不能用 flip-hebrew 这个参数 ,他可能 有语法错误 在配置文件的133行。

  4. guixiaolan 于 2008-05-23 14:10:40发表:

    还没解决啊

  5. guixiaolan 于 2008-05-22 20:32:00发表:

    我自己编译的mplayer能使用,但是yum安装的不能使用

  6. guixiaolan 于 2008-05-22 20:20:12发表:

    Debug: BaseGui::openFile: '/media/Study/老友记/Season 05/Friends - 5x01 - After Ross Says Rachel.mkv'
    Debug: Core::openFile: '/media/Study/老友记/Season 05/Friends - 5x01 - After Ross Says Rachel.mkv'
    Debug: Core::playNewFile: '/media/Study/老友记/Season 05/Friends - 5x01 - After Ross Says Rachel.mkv'
    Debug: Core::saveMediaInfo
    Debug: Core::checkHaveSettingsSaved: group_name: '_media_Study_老友记_Season_05_Friends_-_5x01_-_After_Ross_Says_Rachel_mkv_72831670'
    Debug: We have settings for this file!!!
    Debug: Core::loadMediaInfo: '_media_Study_老友记_Season_05_Friends_-_5x01_-_After_Ross_Says_Rachel_mkv_72831670'
    Debug: MediaSettings::load
    Debug: Media settings read
    Debug: Core::playNewFile: volume: 40, old_volume: 40
    Debug: Core::initPlaying
    Debug: Core::startMplayer
    Debug: Core::startMplayer: setting working directory to '/home/gxlinux/.smplayer/screenshots'
    Debug: DesktopInfo::desktop_size: primary screen: 0
    Debug: DesktopInfo::desktop_size: size of primary screen: 1280 x 800
    Debug: DesktopInfo::desktop_size: size of screen: 1280 x 800
    Debug: MplayerVersion::isMplayerAtLeast: comparing 24924 with 25979
    Debug: Core::startMplayer: command: '/usr/bin/mplayer -noquiet -nofs -sub-fuzziness 1 -identify -msglevel demux=6 -slave -zoom -nokeepaspect -framedrop -input conf=/usr/share/smplayer/input.conf -stop-xscreensaver -wid 54525966 -colorkey 0x020202 -monitoraspect 1.6 -font /usr/share/fonts/zh_CN/TrueType/zysong.ttf -subfont-autoscale 1 -subfont-text-scale 5 -subcp CP936 -subpos 100 -contrast 0 -brightness 0 -hue 0 -saturation 0 -nocache -osdlevel 0 -vf-add screenshot -channels 2 -af scaletempo /media/Study/老友记/Season 05/Friends - 5x01 - After Ross Says Rachel.mkv'
    Debug: MplayerLayer::playingStarted
    Debug: BaseGui::calculateDiff: diff_size: 0, 0
    Debug: BaseGui::calculateDiff: diff_size set to: 0, 127
    Debug: MplayerProcess::init_rx
    Debug: Playlist::setModified: 0
    Debug: Playlist::addFiles
    Debug: Playlist::addItem: '/media/Study/老友记/Season 05/Friends - 5x01 - After Ross Says Rachel.mkv'
    Debug: name: 'Friends - 5x01 - After Ross Says Rachel.mkv'
    Debug: * latest_dir: ''
    Debug: MplayerProcess::parseLine: 'MPlayer SVN-r25979 rpm.livna.org (C) 2000-2007 MPlayer Team'
    Debug: MplayerVersion::mplayerVersion: MPlayer SVN revision found: 25979
    Debug: MplayerProcess::parseLine: MPlayer SVN: 25979
    Debug: MplayerProcess::parseLine: 'CPU: Intel(R) Core(TM)2 Duo CPU T7250 @ 2.00GHz (Family: 6, Model: 15, Stepping: 13)'
    Debug: MplayerProcess::parseLine: 'CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1'
    Debug: MplayerProcess::parseLine: 'Compiled with runtime CPU detection.'
    Debug: MplayerProcess::parseLine: 'The flip-hebrew option can't be used in a config file.'
    Debug: MplayerProcess::parseLine: 'Error parsing option flip-hebrew=no at line 133'
    Debug: MyProcess::procFinished
    Debug: MyProcess::procFinished: Bytes available: 0
    Debug: MplayerProcess::processFinished
    Debug: Core::processFinished
    Debug: Core::processFinished: we_are_restarting: 0
    Debug: Core::processFinished: play has finished!
    Debug: exit_status: 0
    Debug: MplayerLayer::playingStopped

  7. yourfriend 于 2008-05-22 17:17:08发表:

    把命令行播放失败的信息贴出来看看。