zoukankan      html  css  js  c++  java
  • centos6.3 安装mp3,ape解码器

    32位系统 第三方源 rpm -ivh http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.i686.rpm
    64位系统 第三方源 rpm -ivh http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm

    yum install gstreamer-plugins-bad gstreamer-plugins-ugly

      Installed:
      gstreamer-plugins-bad.x86_64 0:0.10.19-3.el6.rf                               
      gstreamer-plugins-ugly.x86_64 0:0.10.16-2.el6.rf                              

    Dependency Installed:
      SDL_gfx.x86_64 0:2.0.24-1.el6.rf                                              
      a52dec.x86_64 0:0.7.4-8.el6.rf                                                
      amrwb.x86_64 0:7.0.0.3-1.el6.rf                                               
      cppunit.x86_64 0:1.12.1-3.1.el6                                               
      dirac.x86_64 0:1.0.2-1.el6.rf                                                 
      faac.x86_64 0:1.26-1.el6.rf                                                   
      faad2.x86_64 0:2.7-1.el6.rf                                                   
      ffmpeg.x86_64 0:0.6.5-1.el6.rf                                                
      ffmpeg-libpostproc.x86_64 0:0.6.5-1.el6.rf                                    
      lame.x86_64 0:3.99.5-1.el6.rf                                                 
      libcdaudio.x86_64 0:0.99.12p2-12.el6.rf                                       
      libdca.x86_64 0:0.0.5-1.el6.rf                                                
      libid3tag.x86_64 0:0.15.1b-11.el6                                             
      libkate.x86_64 0:0.3.7-1.el6.rf                                               
      libmad.x86_64 0:0.15.1b-4.el6.rf                                              
      libmms.x86_64 0:0.5-1.el6.rf                                                  
      libmodplug.x86_64 0:0.8.7-1.el6.rf                                            
      libmpeg2.x86_64 0:0.5.1-2.el6.rf                                              
      libquicktime.x86_64 0:1.2.4-1.el6.rf                                          
      librtmp.x86_64 0:2.3-1.el6.rf                                                 
      libsidplay.x86_64 0:1.36.60-1.el6.rf                                          
      libva.x86_64 0:1.0.6-1.el6.rf                                                 
      mjpegtools.x86_64 0:1.9.0-1.el6.rf                                            
      opencore-amr.x86_64 0:0.1.2-1.el6.rf                                          
      orc.x86_64 0:0.4.11-1.el6.rf                                                  
      schroedinger.x86_64 0:1.0.10-1.el6.rf                                         
      twolame.x86_64 0:0.3.13-1.el6.rf                                              
      x264.x86_64 0:0.0.0-0.4.20101111.el6.rf                                       
      xvidcore.x86_64 0:1.2.2-1.el6.rf 

    yum install gstreamer-ffmpeg

    安装完成,即可在Rhythmbox中播放mp3了

  • 相关阅读:
    luogu P1144 最短路计数
    codevs 1006 等差数列
    luogu P2419 [USACO08JAN]牛大赛Cow Contest
    luogu cogs 选数
    luogu P1186玛丽卡
    leetcode[69]Sqrt(x)
    leetcode[70]Climbing Stairs
    leetcode[71]Simplify Path
    leetcode[72]Edit Distance
    leetcode[73]Set Matrix Zeroes
  • 原文地址:https://www.cnblogs.com/hsp401/p/2878481.html
Copyright © 2011-2022 走看看