[FFmpeg-trac] #7567(undetermined:new): Incorrect timetamps when decoding teletext subtitles from TS file

FFmpeg trac at avcodec.org
Tue Dec 18 10:41:32 EET 2018


#7567: Incorrect timetamps when decoding teletext subtitles from TS file
-------------------------------------+-------------------------------------
             Reporter:  ExTechOp     |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:
              Version:  unspecified  |  undetermined
             Keywords:  mpegts       |               Resolution:
  dvb_teletext                       |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------

Comment (by JEEB):

 To debug what the actual FFmpeg libraries return from the MPEG-TS input,
 you can try the following:

 {{{
 ffprobe -v verbose -of json -show_programs -show_packets file.ts >
 packets_and_programs.json
 }}}

 You can then parse this with python or so, to get the packet information
 on the subtitle packets.

 For the durations, it seems like ffmpeg.c doesn't handle the duration that
 we utilize for "show until next packet" things. "-fix_sub_duration" should
 improve this.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/7567#comment:7>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list