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

FFmpeg trac at avcodec.org
Mon Jul 29 19:53:19 CEST 2013


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

Comment (by Kamedo2):

 [[Image(http://i44.tinypic.com/1zmczg5.png)]]
 aaccoder.c line 806 from
 {{{
                 ? (refbits * 1.6f * avctx->sample_rate / 1024)
 }}}
 to
 {{{
                 ? (refbits * 2.5f * avctx->sample_rate / 1024)
 }}}
 raises the LPF and the sound is much clearer(at the cost of more noise,
 but it's certainly better per real bitrate).
 I feel the sound is bad in only tonal part of the music in VBR. And this
 encoder uses fewer bits, sometimes nearly half less, for the tonal part,
 unlike Opus, which has a distinctive tonality boost function.

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


More information about the FFmpeg-trac mailing list