Results 1 to 2 of 2

Thread: ffmpeg libfaac was working, now not

  1. #1
    Join Date
    Apr 2008
    Beans
    17

    ffmpeg libfaac was working, now not

    Hi guys,

    I don't know what I could have done here but I'm running the command
    Code:
    ffmpeg -i audio_orig -acodec libfaac -ab 128K -ac 2 audio.aac
    which worked fine last night, but this morning now gives me the error "unknown encoder 'libfaac'

    I installed libfaac using the packages from Medibuntu as described on here http://ubuntuforums.org/showthread.php?t=1117283 using the commands

    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
    and

    Code:
    sudo apt-get install ffmpeg libavcodec-extra-52
    does anybody know what could have changed or how I can get this working again??

    Cheers

  2. #2
    Join Date
    Apr 2008
    Beans
    17

    Re: ffmpeg libfaac was working, now not

    it's ok, I've found the problem and a work around on the last page of the thread mentioned above.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •