Questions tagged [aac]

aac or Advanced Audio Codec is a lossy compression and encoding scheme for digital audio.

aac or Advanced Audio Codec creates files with a sound quality at least as good as that of the more well known mp3 format. After its initial release in 1997 it achieved a higher profile when in 2003 Apple announced that it would use aac for its iTunes and iPod products.

Most modern media software under Ubuntu will play back aac sound although some files with Digital Rights Management (DRM) will be troublesome. Encoding is available with several applications including vlc, FFmpeg, faac and NeroAacEnc.

Advanced Audio Coding

35 questions
146
votes
7 answers

How to install the MPEG-4 AAC decoder and the H.264 decoder?

Where do I get the MPEG-4 AAC decoder, and the H.264 decoder. How to install them and play the multimedia?
Balram Jamale
  • 1,561
  • 2
  • 10
  • 3
33
votes
2 answers

converting aac to mp3 via command line

Original Question Is there some cli tool to convert aac files from the iTunes Store (no DRM) to mp3? Update 1 MP3 to MP3 I installed libavcodec-unstripped-52 and get a little further. When I try to encode MP3 files with it: It says [mp3 @…
24
votes
3 answers

How to extract aac audio from an mp4 file to m4a

How can I extract the aac audio from an mp4 file? I tried with ffmpeg and -acodec copy but if i use mp4 as output it will still encode the video and I get the same file size. If I use m4a as output it will somehow still encode the video and I get…
19
votes
6 answers

WinFF (FFMPEG): Unknown encoder 'libvo_aacenc'

When I try to convert a video - specifically, a Video Object (".vob") file - to MPEG-4, WinFF which I assume is a frontend for ffmpeg and avconv, but it tells me: `Unknown encoder 'libvo_aacenc'` The full text from Terminal is: avconv version…
15
votes
4 answers

Batch extract audio with avconv without transcoding

I have about 70 mp4 files, and I want to extract the audio files directly without transcoding further. All the mp4 files have aac audio files. I understand I can use the following command to extract the audio file from one of the mp4 files: avconv…
oshirowanen
  • 4,047
7
votes
2 answers

How to specify flac compression level when converting with avconv?

I am trying to convert some aac files to flac files, because aac is not supported by another device I use. After some multiple attempts to find a solution, searching the Internet, I finally read that ffmpeg was replaced with avconv and that avconv…
6
votes
2 answers

Embedding album art in m4a files?

I have a directory of m4a files together with a single album art image named cover.jpg. How can I 'embed' this album art image into the m4a files using the command line?
andrew.46
  • 39,359
6
votes
2 answers

How to convert AC3 6ch audio to HE-AAC? GUI solution?

I want to convert the audio track of a MKV file to HE-AAC (AAC+/AACplus). The audio track is AC3. But there seems no GUI for HE-AAC encoding? I only found out there is a Command Line Tool (CLI) from Nero, but I don't know if this can do HE-AAC.…
6
votes
1 answer

How to export to AAC audio from Audacity?

Exporting to MP3 audio from Audacity works fine, but exporting to "M4A (AAC)" results in nothing. No file is created or whatsoever. I can see that it depends on "ffmpeg" library to work, but the application WinFF (which also makes use of this…
6
votes
2 answers

Recovering corrupted m4a recordings

I have been using Ubuntu on my school computer this year, I usually record the lectures that I can't hope to keep up with the prof, I have permission to do this. I have been using the default audio recorder that you can install with sudo apt-get…
5
votes
2 answers

How to install avconv with libfdk_aac on Ubuntu 14.04?

How to install or compile avconv with libfdk_aac on Ubuntu 14.04 ? I am also ok with comparable aac codecs e.g. http://wiki.hydrogenaud.io/index.php?title=Fraunhofer_FDK_AAC Currently I am trying this but with avconv:…
user103154
5
votes
3 answers

MPEG 4 Audio Support Not Working in Rhythmbox 3.4.4 (Ubuntu 20.04 LTS)

In Rhythmbox 3.4.4 - which is included with Ubuntu 20.04 LTS ("Focal Fossa") - there is the option to "rip" music in MPEG-4 Audio (".m4a") format... Underneath said option, there is a big ol' button that says: Install additional software required to…
4
votes
4 answers

How to convert ogg to aac music format?

I want to convert a ogg file to aac. But I need to transfer all the data of the ogg file (i.e. album, year, cover,...) to the aac file using a shell comand. Thanks!
4
votes
2 answers

How to add metadata to AAC files?

I want an app that can add metadata to AAC audio files, I've tried several one but none of them actually detect my audio files in the subfdolder like: Quod Libet, Ex Falso, EasyTAG Audio tag viewer/editor. Any suggestion? Thank You
3
votes
4 answers

How to edit tags in AAC files?

In the old days, there used to be an EasyTag extension specifically for this purpose. Today there does not seem to be one and EasyTag does not list AAC files in its GUI. Rythmbox issues an error editing AAC files. Is there any other way of doing it?
1
2 3