[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 15:14:54 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):

 To summarize, you can't copy the aac stream without forcing to specify its
 duration!


 {{{
 ffmpeg -y -t 160 -i Alice.aac -c:a copy -bsf:a aac_adtstoasc t160MP4.mp4

 }}}

 {{{
 ffmpeg -y -i Alice.aac -c:a copy -bsf:a aac_adtstoasc tMP4.mp4
 ffmpeg -t 159 -i tMP4.mp4 -c:a copy tForcedTo159MP4.mp4
 }}}


 {{{
 ffmpeg -t 159 -i Alice.aac -c:a copy -bsf:a aac_adtstoasc t159.mp4
 }}}

 Aacgain, can not normalize both t160MP4 and tMP4.mp4, while both
 tForcedTo159MP4.mp4 and t159.mp4 do not raise any issue.

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


More information about the FFmpeg-trac mailing list