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

FFmpeg trac at avcodec.org
Tue Jun 7 12:39:08 CEST 2016


#5617: Application provided invalid, non monotonically increasing dts to muxer
(TS)
-------------------------------------+-------------------------------------
             Reporter:  keynet       |                     Type:  defect
               Status:  new          |                 Priority:  normal
            Component:               |                  Version:
  undetermined                       |  unspecified
             Keywords:               |               Blocked By:
  monotonically increasing dts TS    |  Reproduced by developer:  0
  muxer                              |
             Blocking:               |
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 Summary of the bug: Transcoding a TS made with current VDR (2.2.0).
 Program exits 45s into recording with error
 {{{Application provided invalid, non monotonically increasing dts to
 muxer}}}

 Accompanied by{{{ error av_interleaved_write_frame(): Invalid argument}}}

 Subtitle stream is the cause.
 Omitting the subs stream and the issue does not occur.

 In fact one doesn't need to even transcode, just trying to copy the
 streams causes the same issue.

 Using option {{{-fix_sub_duration}}} doesn't help

 May be similar to tickets  #1154, #3658

 How to reproduce:
 {{{
 % ffmpeg -y -report -v 9 -loglevel 99 -i "00001.ts" -map 0:0 -map 0:1 -map
 0:2 -map 0:3 -c:v copy  -c:a:0 copy -c:a:1 copy -c:s copy  "file-1.ts"
 ffmpeg version N-80225-g1729387
 built on 07-Jun-2016
 }}}

 Log attached, first 50s of video uploaded under this ticket number

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


More information about the FFmpeg-trac mailing list