Results 1 to 10 of 45

Thread: HE-AAC : how to turn an album into 22 MB of data

Threaded View

  1. #35
    Join Date
    Jul 2006
    Location
    Lancashire
    Beans
    Hidden!
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: HE-AAC : how to turn an album into 22 MB of data

    Hi
    There's a stand-alone fdkaac encoder available from here ---> https://github.com/nu774/fdkaac

    Use fdkaac -h to show the options.

    Examples of use.

    CBR
    For AAC-LC, like this:-
    (Format profile : LC)
    Code:
    fdkaac -b 128k -o foo.m4a foo.wav
    For AAC-HE, like this:-
    (Format profile : HE-AAC / LC)
    Code:
    fdkaac -p 5 -b 64k -o foo.m4a foo.wav
    For AAC-HEv2, like this:-
    (Format profile : HE-AACv2 / HE-AAC / LC)
    Code:
    fdkaac -p 29 -b 32k -o foo.m4a foo.wav
    VBR[1-5]
    Code:
    fdkaac -m 3 -o foo.m4a foo.wav
    (afterburner is enabled by default, use -a 0 to disable it)
    Last edited by ron999; January 8th, 2013 at 11:34 AM.

Tags for this Thread

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
  •