[FFmpeg-trac] #4676(undetermined:new): Concat of AAC + MP4 has gaps

FFmpeg trac at avcodec.org
Fri Jun 26 19:46:33 CEST 2015


#4676: Concat of AAC + MP4 has gaps
-------------------------------------+-------------------------------------
             Reporter:  ronag        |                     Type:  defect
               Status:  new          |                 Priority:  normal
            Component:               |                  Version:
  undetermined                       |  unspecified
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 ffmpeg -i big_buck_bunny.mp4 -ss 8 -to 10 -vn -c:a libfdk_aac 1.mp4
 ffmpeg -i big_buck_bunny.mp4 -ss 10 -to 12 -vn -c:a libfdk_aac 2.mp4

 touch list.txt
 printf "file 1.mp4\nduration 2\nfile 2.mp4\nduration 2" > list.txt
 ffplay -f concat -i list.txt

 This problem seems to occur with most audio codecs/formats except for
 pcm_s16le + wav.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/4676>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list