[FFmpeg-trac] #1746(FFprobe:new): MPEG_TS: the PTS is wrong

FFmpeg trac at avcodec.org
Tue Sep 18 08:28:53 CEST 2012


#1746: MPEG_TS: the PTS is wrong
-------------------------------------+-----------------------------------
             Reporter:  adam_csheng  |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:  FFprobe
              Version:  git-master   |               Resolution:
             Keywords:  MPEGTS PTS   |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-----------------------------------

Comment (by adam_csheng):

 You can refer to the mpegts_pts_wrong.txt:
 After the packett:
 [PACKET]
 codec_type=video
 stream_index=0
 pts=54842400
 pts_time=609.360000
 dts=54838800
 dts_time=609.320000
 duration=3600
 duration_time=0.040000
 convergence_duration=N/A
 convergence_duration_time=N/A
 size=2200
 pos=1220872
 flags=_
 [/PACKET]
 is:
 [PACKET]
 codec_type=video
 stream_index=0
 pts=54381600
 pts_time=604.240000
 dts=54374400
 dts_time=604.160000
 duration=3600
 duration_time=0.040000
 convergence_duration=N/A
 convergence_duration_time=N/A
 size=103376
 pos=N/A
 flags=K
 [/PACKET]

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/1746#comment:1>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list