Results 1 to 6 of 6

Thread: FFMPEG with libfaac - says libfaac is unknown encoder

  1. #1
    Join Date
    Mar 2006
    Beans
    28

    FFMPEG with libfaac - says libfaac is unknown encoder

    Hi.

    I am trying to convert some mp3's into m4r format.

    I got to step 4 on this page:
    http://blog.forret.com/tag/ffmpeg/ and do as the guy does:

    Code:
    ffmpeg.exe -i ringtone.mp3 -ac 1 -ab 128000 -f mp4 -acodec libfaac -y ringtone.m4r
    minus the .exe part. here's what i use:

    Code:
    ffmpeg -i test.mp3 -ac 1 -ab 128000 -f mp4 -acodec libfaac -y test.m4r
    but ffmpeg throws me this error:
    Code:
    Unknown encoder 'libfaac'
    even though i have libfaac0 and libfaac-dev installed

    any thoughts?

  2. #2
    Join Date
    Dec 2006
    Beans
    7,349

    Re: FFMPEG with libfaac - says libfaac is unknown encoder

    Hi play,

    Quote Originally Posted by play_ View Post
    any thoughts?
    aac encoding has become a problem with Karmic, I presume that is what you are using? Have a look here for the solution:

    HOWTO: Easily enable MP3, MPEG4, AAC, and other restricted encoding in FFmpeg
    http://ubuntuforums.org/showthread.php?t=1117283

    All the best,

    Andrew
    You think that's air you're breathing now?

  3. #3
    Join Date
    Mar 2006
    Beans
    28

    Re: FFMPEG with libfaac - says libfaac is unknown encoder

    thank you!

  4. #4
    Join Date
    Aug 2006
    Location
    Canada
    Beans
    63
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: FFMPEG with libfaac - says libfaac is unknown encoder

    that thread won't show today...

  5. #5
    Join Date
    Aug 2006
    Location
    Canada
    Beans
    63
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: FFMPEG with libfaac - says libfaac is unknown encoder

    and still... wtf? need 25 posts to READ a thread?

  6. #6
    Join Date
    Sep 2006
    Beans
    3,713

    Re: FFMPEG with libfaac - says libfaac is unknown encoder

    This is an old thread, and that thread you are referring to has since been "deleted"* because:

    1. Forum rules did not allow me to update it without contacting a forum moderator
    2. Ubuntu no longer uses FFmpeg

    I did not want to deal with the forum bureaucracy each time I wanted to edit my own post, and I did not want users to follow a moldering, outdated guide.

    * Unfortunately, instead of being deleted, the post was moved to "The Jail" and is still available at least to me and the forum overlords.

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
  •