[FFmpeg-trac] #2686(avcodec:open): Native AAC encoder collapses at high bitrates on some samples

FFmpeg trac at avcodec.org
Wed Dec 3 19:01:40 CET 2014


#2686: Native AAC encoder collapses at high bitrates on some samples
-------------------------------------+-------------------------------------
             Reporter:  Kamedo2      |                    Owner:
                 Type:  defect       |  klaussfreire
             Priority:  normal       |                   Status:  open
              Version:  git-master   |                Component:  avcodec
             Keywords:  aac          |               Resolution:
  regression                         |               Blocked By:
             Blocking:               |  Reproduced by developer:  1
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------

Comment (by Kamedo2):

 I checked the aacenc.c:399 assertion error.

 ffmpeg_r67961_v9_with_printf -y -i file.flac -c:a aac -strict experimental
 -aac_coder anmr -b:a 128k out.mp4

 ||=file=||=rate=||=w=||=i=||=sf_idx[w*16+i]=||=off=||=SCALE_DIFF_ZERO=||=diff=||
 ||sine_tester|| 16k|| 0|| 10|| 186|| 118|| 60|| 128||
 || || 128k|| 0|| 18|| 89|| 150|| 60|| -1||
 || || 320k|| 0|| 4|| 87|| 152|| 60|| -5||
 || || q1.5|| 0|| 10|| 140|| 77|| 60|| 123||
 || || q4|| 0|| 12|| 94|| 156|| 60|| -2||
 || || q8|| 0|| 12|| 86|| 150|| 60|| -4||
 ||ffmpeg_anmr_error3|| 128k|| 0|| 12|| 99|| 163|| 60|| -4||
 || || 256k|| 0|| 22|| 105|| 173|| 60|| -8||
 || || 64k|| 0|| 32|| 117|| 180|| 60|| -3||
 || || q0.5|| 0|| 22|| 119|| 180|| 60|| -1||
 || || q1|| 7|| 10|| 104|| 171|| 60|| -7||
 || || q2|| 0|| 12|| 109|| 173|| 60|| -4||
 ||ffmpeg_anmr_error4|| 64k|| 0|| 23|| 185|| 116|| 60|| 129||
 || || 128k|| 0|| 23|| 170|| 109|| 60|| 121||
 || || 192k|| 0|| 23|| 164|| 98|| 60|| 126||
 || || 320k|| 0|| 23|| 161|| 99|| 60|| 122||
 || || q0.5|| 0|| 23|| 179|| 118|| 60|| 121||
 || || q1|| 0|| 23|| 172|| 108|| 60|| 124||
 ||ffmpeg_anmr_error5|| 64k|| 0|| 34|| 182|| 114|| 60|| 128||
 || || 128k|| 0|| 34|| 182|| 115|| 60|| 127||
 || || 192k|| 0|| 34|| 169|| 108|| 60|| 121||
 || || 384k|| 0|| 40|| 103|| 166|| 60|| -3||
 || || q1|| 0|| 34|| 183|| 119|| 60|| 124||
 || || q2|| 0|| 34|| 181|| 120|| 60|| 121||

--
Ticket URL: <https://trac.ffmpeg.org/ticket/2686#comment:339>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list