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了

  • 相关阅读:
    SpringCloud之初入江湖
    消息中间件RabbitMQ
    分布式搜索引擎ElasticSearch
    MongoDB简介
    SpringBoot和SpringCloud版本对应
    终于有人把Elasticsearch原理讲透了!
    nginx不停服,重新加载配置
    小程序自定义头部标题栏并且自适应各种手机屏幕(滚动头部渐隐渐现)
    Navicat链接数据库报错1130解决方案
    传统的小程序登录 和 云开发小程序登录
  • 原文地址:https://www.cnblogs.com/hsp401/p/2878481.html
Copyright © 2011-2022 走看看