Unknown encoder 'libfaac'

前端 未结 2 739
失恋的感觉
失恋的感觉 2020-12-02 22:42

I\'m using carrierwave-video to upload video with my ruby on rails app. But I have this problem when try encode the video:

Unknown encoder \'libfaac\'

Error         


        
2条回答
  •  星月不相逢
    2020-12-02 23:31

    hopefully this helps :

    Download medibuntu repository list: Code:

    sudo wget http://www.medibuntu.org/sources.list.d/lsb_release -cs.list --output-document=/etc/apt/sources.list.d/medibuntu.list && sudo apt-get -q update && sudo apt-get --yes -q --allow-unauthenticated install medibuntu-keyring && sudo apt-get -q update

    Grab the extras with restricted codecs: Code:

    sudo apt-get install ffmpeg libavcodec-extra-52

提交回复
热议问题