A question for the audiophiles...
AVIDemux has two options for encoding the audio into AAC, FDK and LAV:
[Attachment 87879 - Click to enlarge]
I know even less about audio than I do video, so am interested in your thoughts about which would be preferred out of these two.
Thanks!
+ Reply to Thread
Results 1 to 11 of 11
-
-
According to listening tests FDK should be preferred over lav.
See here: https://trac.ffmpeg.org/wiki/Encode/HighQualityAudio
The AAC (lav) is the ffmpeg native aac encoder and is not the best quality, although it is acceptable for non critical use.Last edited by gregalan; 20th Jul 2025 at 00:52. Reason: clarification
-
If I was using AVIDemux & the audio was a low bitrate I would use AAC(FDK).
Better yet demux the video/audio.
Then use ffmpeg with aac_at for the codec.(Apple)
Or use QAAC.
Then remux & open in AVIDemux & use Copy in Audio.
I did a comparison of ffmpeg Native & AVIDemux AAC(lav).
The codec appears to be the same.
FFMPEG Native
Mediainfo:
Audio
ID : 2
Format : AAC LC
Format/Info : Advanced Audio Codec Low Complexity
Codec ID : mp4a-40-2
Duration : 7 min 35 s
Source duration : 7 min 35 s
Bit rate mode : Variable
Bit rate : 128 kb/s
Channel(s) : 2 channels
Channel layout : L R
Sampling rate : 48.0 kHz
Frame rate : 46.875 FPS (1024 SPF)
Compression mode : Lossy
Stream size : 6.90 MiB (3%)
Source stream size : 6.90 MiB (3%)
Default : Yes
Alternate group : 1
Menus : 3
FFPROBE: Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 127 kb/s (default)
AVIDemux AAC(lav)
FFPROBE: Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 126 kb/s (default)
Mediainfo:
Audio
ID : 2
Format : AAC LC
Format/Info : Advanced Audio Codec Low Complexity
Codec ID : mp4a-40-2
Duration : 7 min 35 s
Bit rate mode : Variable
Bit rate : 128 kb/s
Channel(s) : 2 channels
Channel layout : L R
Sampling rate : 48.0 kHz
Frame rate : 46.875 FPS (1024 SPF)
Compression mode : Lossy
Stream size : 6.90 MiB (3%)
Default : Yes
Alternate group : 1 -
I use apple aac with -q:a 2 which is around ~220k
But if you mean which bitrate to slap on it, everything above 160k will be fine for stereo (for normal usage, tv, laptop, phone, maybe not highend speakers/setup etc.) , I don't know how the bitrate gets distributed when there are multiple channels.
Do you need AAC for compatibility reasons? Because otherwise use opus @160k-190k -
AAC has several profiles, including Low Complexity (LC), High Efficiency (HE), and Main Profile (MF), among others. AVIDemux seems to generate AAC LC.
Why not use a modern FFmpeg GUI like Clever FFmpeg .. which gives you access to AAC, AAC MF, opus, & Vorbis to name a few.
[Attachment 87953 - Click to enlarge]Last edited by videoAI; 25th Jul 2025 at 08:30.
As always .. there is nothing wrong with my environment -
HI Alwyn,
I did the test in the post #4.
I just used the same audio rate as the file I was converting.
If I wanted better I would test with the maximum rate which is 320k.
Then listen to see if it sounds better.
I set AVIDemux to 224 for the AAC since the next setting was 384.
No option to set manually.
Maybe if a script was used maybe AVIDemux could be set to 320k for the audio AAC.
My understanding is most AAC has a 320k maximum.
I did not notice any difference in the quality over the 128k source file.
My vote is for AAC(FDK) with AVIDemux.Last edited by cholla; 25th Jul 2025 at 13:15. Reason: Added information
-
Thanks everyone, I'll go with FDK 192. It's mainly only for converting the audio in old MPEG files which have stereo MP3 audio tracks my NLE doesn't like for some reason.
-
@ Alwyn,
Would you post one of the videos you are having the problem with ?
I would like to play around with it.
I do not have a NLE as far as I know.
Similar Threads
-
Difference between AAC (lav) and AAC (Fraunhofer) audio codec?
By pxstein in forum Newbie / General discussionsReplies: 3Last Post: 9th Feb 2022, 09:54 -
AAC LC vs. Opus which is better?
By Anonymous543 in forum Newbie / General discussionsReplies: 3Last Post: 18th Jan 2022, 04:36 -
How to get HandBrake with FDK-AAC for Windows
By AntW93 in forum User guidesReplies: 59Last Post: 28th Sep 2021, 08:28 -
AC3 5.1 to AAC 5.1
By shazzla in forum AudioReplies: 4Last Post: 24th Aug 2021, 05:53 -
PCM to AAC conversion (avidemux) (specs inside)
By Anon11009 in forum AudioReplies: 0Last Post: 26th Aug 2020, 01:26