[FFmpeg-trac] #3420(undetermined:new): Overlaying / hardcoding subtitles - last subtitle not done correctly

FFmpeg trac at avcodec.org
Wed Feb 26 16:28:40 CET 2014


#3420: Overlaying / hardcoding subtitles - last subtitle not done correctly
-------------------------------------+-------------------------------------
             Reporter:  adamc        |                     Type:  defect
               Status:  new          |                 Priority:  normal
            Component:               |                  Version:
  undetermined                       |  unspecified
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 Summary of the bug:

 When overlaying subtitles (idx/sub), the very last subtitle is displayed
 only very briefly and the duration of it appears to be ignored by ffmpeg.

 All files attached.
 The idx/sub has 3 subtitles at 2 seconds, 4 seconds and 6 seconds.

 testhardcode.mkv shows the first and second subtitles with a normal
 duration, and the last subtitle is very briefly flashed.


 How to reproduce:

 ffmpeg -report -v 9 -loglevel 99 -i blankvideo.mp4 -i test.idx
 -filter_complex "[0:v][1:s]overlay=eof_action=pass[vout]" -y -map "[vout]"
 testhardcode.mkv

 ffmpeg version N-60859-g313a6c6 Copyright (c) 2000-2014 the FFmpeg
 developers
   built on Feb 23 2014 22:09:35 with gcc 4.8.2 (GCC)

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


More information about the FFmpeg-trac mailing list