Opened 9 years ago

#4063 new defect

sub2video gets stuck with damaged video and non-monotonic timestamps when used with -copyts

Reported by: Mika Raento Owned by:
Priority: normal Component: ffmpeg
Version: unspecified Keywords:
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

Summary of the bug: sub2video gets stuck with damaged video and non-monotonic timestamps when used with -copyts

I want -copyts to be able to keep all audio and all video, even if some is missing over time.

How to reproduce:

$ ffmpeg -y -i dvb_with_disco_2.ts -copyts -filter_complex '[0:0][0:3]overlay[outv0]' -map 0:1 -map '[outv0]' broken.ts
ffmpeg version N-67065-g2fa08fd Copyright (c) 2000-2014 the FFmpeg developers
  built on Oct 23 2014 08:58:30 with Apple LLVM version 6.0 (clang-600.0.51) (based on LLVM 3.5svn)

Working (without -copyts):

$ ffmpeg -y -i dvb_with_disco_2.ts -filter_complex '[0:0][0:3]overlay[outv0]' -map 0:1 -map '[outv0]' working.ts

dvb_with_disco_2.ts uploaded to upload.ffmpeg.org/incoming

Attachments (2)

ffmpeg-20141029-133455.log (129.2 KB ) - added by Mika Raento 9 years ago.
log from non-working example
ffmpeg-20141029-133600.log (162.5 KB ) - added by Mika Raento 9 years ago.
log from working example

Download all attachments as: .zip

Change History (2)

by Mika Raento, 9 years ago

Attachment: ffmpeg-20141029-133455.log added

log from non-working example

by Mika Raento, 9 years ago

Attachment: ffmpeg-20141029-133600.log added

log from working example

Note: See TracTickets for help on using tickets.