[FFmpeg-trac] #4186(undetermined:new): Error when adding srt file that contains two entries starting at the same moment

FFmpeg trac at avcodec.org
Sun Dec 14 04:04:56 CET 2014


#4186: Error when adding srt file that contains two entries starting at the same
moment
-------------------------------------+-------------------------------------
             Reporter:  rieve        |                     Type:  defect
               Status:  new          |                 Priority:  normal
            Component:               |                  Version:  git-
  undetermined                       |  master
             Keywords:  srt          |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 How to reproduce:
 {{{
 $ wget http://blender-
 mirror.kino3d.org/mango/download.blender.org/demo/movies/ToS/tears_of_steel_720p.mkv
 [...]
 $ ffmpeg -i tears_of_steel_720p.mkv -i tos.srt -map 1 -map 0 -c:v copy
 -c:a copy -c:s mov_text out.mp4
 ffmpeg version N-68413-gd823ede Copyright (c) 2000-2014 the FFmpeg
 developers
 [...]
 Press [q] to stop, [?] for help
 [mp4 @ 0x253dc40] Non-monotonous DTS in output stream 0:1; previous:
 -1333, current: -1333; changing to -1332. This may result in incorrect
 timestamps in the output file.
 [mp4 @ 0x253dc40] Application provided invalid, non monotonically
 increasing dts to muxer in stream 0: 2500 >= 2500
 av_interleaved_write_frame(): Invalid argument
 frame=   63 fps=0.0 q=-1.0 Lsize=      64kB time=00:00:02.69 bitrate=
 194.9kbits/s
 video:7kB audio:53kB subtitle:0kB other streams:0kB global headers:0kB
 muxing overhead: 6.905542%
 Conversion failed!
 }}}

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


More information about the FFmpeg-trac mailing list