#2380 closed defect (fixed)
files with "malformated aac bitstream" can not be remuxed
Reported by: | julian | Owned by: | |
---|---|---|---|
Priority: | important | Component: | avformat |
Version: | git-master | Keywords: | av_interleaved_write_frame aac mov flv regression |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | yes | |
Analyzed by developer: | no |
Description
download the file https://dl.dropbox.com/u/7221986/3.mkv (sorry its large)
run:
ffmpeg -i 3.mkv -stats -map 0:0 -map 0:1 -vcodec copy -acodec copy 3.mp4
remuxing to mp4 fails with
malformated aac bitstream, use -absf aac_adtstoasc
av_interleaved_write_frame(): Operation not permitted
despite the message, adding "-absf aac_adtstoasc" to the command line does not help.
verified with ffmpeg-1.2 as well as older releases.
i'd like remuxing to succeed even with a damaged aac track especially since the file *plays* fine.
bug seems to be similar to #1758 in spirit
Attachments (2)
Change History (10)
by , 12 years ago
Attachment: | ticket2380.aac added |
---|
by , 12 years ago
Attachment: | ticket2380.mkv added |
---|
comment:1 by , 12 years ago
Component: | FFmpeg → avformat |
---|---|
Keywords: | mov flv regression added |
Priority: | normal → important |
Reproduced by developer: | set |
Status: | new → open |
Version: | 1.2 → git-master |
comment:2 by , 12 years ago
Keywords: | av_interleaved_write_frame added |
---|
comment:3 by , 12 years ago
Keywords: | aac added |
---|---|
Resolution: | → fixed |
Status: | open → closed |
Should be fixed, thank you for the sample and the pointer to ticket #1758!
comment:4 by , 12 years ago
thanks very much. can you tell me which commit fixed the problem? i want to backport the fix.
comment:7 by , 12 years ago
An additional commit - b448c0a - was necessary to produce mov files that can be played with QT and WMP, the commit was also backported.
For future tickets: Please always provide the failing command line together with complete, uncut console output.
Regression since c22f2527, also reproducible with -f flv, the mkv sample works fine with -t 15 (fails with -t 16), the aac sample works with -t 25.