[FFmpeg-trac] #2212(undetermined:open): Application provided invalid, non monotonically increasing dts to muxer in stream 2: 1372390 >= 1372390 av_interleaved_write_frame(): Invalid argument

FFmpeg trac at avcodec.org
Thu Jan 31 12:50:32 CET 2013


#2212: Application provided invalid, non monotonically increasing dts to muxer in
stream 2: 1372390 >= 1372390 av_interleaved_write_frame(): Invalid argument
-------------------------------------+-------------------------------------
             Reporter:  julian       |                    Owner:
                 Type:  defect       |                   Status:  open
             Priority:  normal       |                Component:
              Version:  git-master   |  undetermined
             Keywords:               |               Resolution:
  av_interleaved_write_frame ass     |               Blocked By:
  mov_text                           |  Reproduced by developer:  1
             Blocking:               |
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------

Comment (by Cigaes):

 Can you extract and attach the subtitles track of your sample? It should
 be quite small enough to fit into the size limit.

 My guess is that you have overlapping ASS events. Matroska+ASS can handle
 it, but probably not MP4+mov_text, and there is nothing much you can do
 about it, any conversion will be lossy.

 {{{-fix_sub_duration}}} is for subtitles codecs that are terminated by an
 empty packet instead of having a duration. That is true for dvdsub (and
 possibly PGS) inside MPEG-TS, but never for anything inside Matroska.

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


More information about the FFmpeg-trac mailing list