Opened 15 years ago
Closed 13 years ago
#113 closed enhancement (fixed)
AAC - Audio object type 23 is not supported
| Reported by: | k_s_johnson | Owned by: | |
|---|---|---|---|
| Priority: | wish | Component: | avcodec |
| Version: | git-master | Keywords: | AAC-LD |
| Cc: | batguano999@hotmail.com | Blocked By: | |
| Blocking: | Reproduced by developer: | yes | |
| Analyzed by developer: | no |
Description
ffmpeg AAC codec (decoder) doesn't seem to support AAC-LD and libfaad or libfaad2 (which is documented to support AAC-LD) is no longer an audio codec option. So there is no way to decode AAC-LD format audio track anymore. However, vlc on windows seems to play the file
ffmpeg build from git snapshot of a few days ago( ffmpeg-HEAD-e16665b) on Fedora 2.6.30.9-96.fc11.x86_6411.
command line:
ffmpeg -y -i po_arrive...mov -acodec pcm_s24le extracted.wav
Error message is:
[aac @ 0x1e9bfa0] Audio object type 23 is not supported.
Attachments (3)
Change History (14)
by , 15 years ago
| Attachment: | po_arrive_early_michelle_021811.S_mxf.log added |
|---|
follow-up: 2 comment:1 by , 15 years ago
| Status: | new → open |
|---|
The sample you uploaded doesn't work, use qt-faststart to produce a sample that you can cut with dd.
by , 15 years ago
| Attachment: | po_arrive_early_michelle_021811_fs_trunc.mov added |
|---|
Input file truncated after processing with qt-faststart
comment:2 by , 15 years ago
Replying to cehoyos:
The sample you uploaded doesn't work, use qt-faststart to produce a sample that you can cut with dd.
Uploaded new input file processed with qt-faststart and cut with dd.
follow-up: 4 comment:3 by , 15 years ago
| Reproduced by developer: | set |
|---|---|
| Type: | defect → enhancement |
| Version: | git → git-master |
by , 14 years ago
comment:4 by , 14 years ago
Replying to cehoyos:
Hi
This AAC-LD profile can be achieved using libfdk_aac encoder with FFmpeg:-
$ ffmpeg -i foo -c:a libfdk_aac -profile:a aac_ld -b:a 64k -ar 44100 -ac 2 foo.m4a
Sample is attached.
comment:5 by , 14 years ago
| Cc: | added |
|---|
comment:7 by , 14 years ago
| Priority: | normal → wish |
|---|
comment:8 by , 13 years ago
This should be fixed in 4f2b469da5e4ae221718ae479f6af627cfdebb91/614cf1a6133a143961798c5d87c9bffc2ca0da9e by Martin Storsjö.
Please close this ticket.
comment:11 by , 13 years ago
| Resolution: | → fixed |
|---|---|
| Status: | open → closed |
Fixed in 32ea39f56d9 / 1914e6f010b332.



ffmpeg output log