[FFmpeg-trac] #1154(undetermined:new): Application provided invalid, non monotonically increasing dts to muxer

FFmpeg trac at avcodec.org
Sat Mar 31 14:12:54 CEST 2012


#1154: Application provided invalid, non monotonically increasing dts to muxer
----------------------------------------+----------------------------------
             Reporter:  greenythebeast  |                     Type:  defect
               Status:  new             |                 Priority:  normal
            Component:  undetermined    |                  Version:  0.10.2
             Keywords:                  |               Blocked By:
             Blocking:                  |  Reproduced by developer:  0
Analyzed by developer:  0               |
----------------------------------------+----------------------------------
 I am trying to remux a rtmpdump created .flv file with h264 video and
 speex audio into an .mp4 file. To do this I am copying the h264 video and
 converting the speex audio to aac using libfaac. However, when attempting
 this I get the following error:

 [mp4 @ 0x10180c400] Application provided invalid, non monotonically
 increasing dts to muxer in stream 0: 54363 >= 54363
 av_interleaved_write_frame(): Invalid argument

 When using an older version of ffmpeg (specifically SVN-r25783 from 2010)
 the h264 video is copy okay even though there are a lot of errors such as:

 [mp4 @ 0x10101cc00] st:0 error, non monotone timestamps 97547 >= 97547

 Even with these errors the video turns out fine. I have attached a -report
 from the command that produces the error.

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


More information about the FFmpeg-trac mailing list