zoukankan      html  css  js  c++  java
  • [6]debian影音解决方案

    [1]使用vlc

    sudo aptitude install  vlc mozilla-plugin-vlc

    基本可以解决,但是某些windows下面的格式还是打不开,或者有声音没图像。

    [2] mplayer

    代码
    sudo apt-get install mplayer
    http:
    //www.mplayerhq.hu/MPlayer/releases/codecs/all-20071007.tar.bz2
    tar xvf all-20071007.tar.bz2
    mv all
    -20071007/* /usr/lib/codecs
    ln -s /usr/lib/codecs /usr/lib/win32
    [or]sudo sh /usr/share/mplayer/binary_codecs.sh install 

    # alias mplayer='mplayer -vo xv,x11 -zoom'
    # alias gmplayer='gmplayer -vo xv,x11 -zoom -autosync 1'

    sudo apt-get install smplayer


  • 相关阅读:
    单分发器
    Python 虚拟环境
    $modal
    memoization
    directive例子2
    UI-Router
    angular-translate
    directive例子1
    FileInputStream/FileOutputStream的应用
    自定义readLine
  • 原文地址:https://www.cnblogs.com/smartvessel/p/1904990.html
Copyright © 2011-2022 走看看