#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
_______________________________________________
FFmpeg-trac mailing list
[email protected]
http://avcodec.org/mailman/listinfo/ffmpeg-trac

Reply via email to