[FFmpeg-trac] #5162(avcodec:open): aac encoder adds extra frame(s)

FFmpeg trac at avcodec.org
Sun Jan 17 20:08:07 CET 2016


#5162: aac encoder adds extra frame(s)
-------------------------------------+-------------------------------------
             Reporter:  slhck        |                    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            |
-------------------------------------+-------------------------------------
Changes (by cehoyos):

 * keywords:  aac => aac regression
 * status:  new => open
 * reproduced:  0 => 1


Comment:

 Regression since 151ecc2a / 89eea6df

 I can reproduce the issue with the following command lines:
 {{{
 $ ffmpeg -f lavfi -i sine=d=1 out.aac
 $ ffmpeg -i out.aac out2.aac
 $ ffmpeg -i out2.aac -acodec copy -map 0 -f image2 out%2d
 }}}

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


More information about the FFmpeg-trac mailing list