[FFmpeg-trac] #2782(avformat:closed): aac - Malformed AAC bitstream - incorrectly fixed with -bsf:a aac_adtstoasc' option

FFmpeg trac at avcodec.org
Wed Jul 17 10:20:29 CEST 2013


#2782: aac - Malformed AAC bitstream - incorrectly fixed with -bsf:a
aac_adtstoasc' option
------------------------------------+--------------------------------------
             Reporter:  feelart     |                    Owner:
                 Type:  defect      |                   Status:  closed
             Priority:  normal      |                Component:  avformat
              Version:  git-master  |               Resolution:  worksforme
             Keywords:  aac mov     |               Blocked By:
             Blocking:              |  Reproduced by developer:  0
Analyzed by developer:  0           |
------------------------------------+--------------------------------------

Comment (by feelart):

 >ffmpeg -i alice.aac -vol 312 test.aac
 >The command succeeds here.
 Yes, but can't play output audio, it's rubbish.

 However, converting this output to mp3, now plays well

 {{{
 ffmpeg -i test.aac testMP3.mp3
 }}}


 FYI: directly re-encode as mp3, no encoding or play problem.
 {{{
 ffmpeg -i alice.aac -vol 312 outMP3.mp3
 }}}

 CCl: mp3 is failure proofed, not aac.

 My guess are that with aac, there are some overflow un/miss-handling
 and/or un/miss non properly closed output stream.

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/2782#comment:10>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list