[FFmpeg-trac] #9249(undetermined:new): Invalid End-Timestamp of subtitle file

FFmpeg trac at avcodec.org
Mon May 17 21:05:01 EEST 2021


#9249: Invalid End-Timestamp of subtitle file
-------------------------------------+-------------------------------------
             Reporter:  martinr92    |                     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:
 I'm trying to extract the subtitles (dvb_teletext) from a recorded tv
 movie.

 The following command is used to achieve this:
 {{{
 ./ffmpeg -v 9 -loglevel 99 -txt_format text -txt_page 150 -i Tatort-
 small.ts -y subtitle.srt
 }}}

 A new subtitle file is created and the texts are successfully extracted.
 Also the start timestamp is correct, but not the end timestamp:
 {{{
 1
 00:00:02,280 --> 1193:02:49,575
 Sie sind purer Antisemitismus.

 2
 00:00:05,520 --> 1193:02:52,815
 Auch der Spitzenkandidat
 der Linken, Bartsch,

 3
 00:00:09,360 --> 1193:02:56,655
 verurteilt die antisemitische Gewalt.
 }}}
-- 
Ticket URL: <https://trac.ffmpeg.org/ticket/9249>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list