Top "Pts" questions

The presentation timestamp (PTS) is a timestamp metadata field in a video stream.

Understanding PTS and DTS in video frames

I had fps issues when transcoding from avi to mp4(x264). Eventually the problem was in PTS and DTS values, …

video ffmpeg video-streaming pts avcodec
Audio/video synchronization, TS MPEG2;H264/AVC, understanding PTS in Handbrake

Synchronization has always fascinated me, or to be precise: why a .ts can be viewed in sync by media players, …

video synchronization dts pts
What is PTS in reference to video encoding?

Could someone briefly explain what the acronym PTS means in reference to video encoding?

ffmpeg video-encoding pts
Can the ffmpeg av libs return an accurate PTS?

I'm working with an mpeg stream that uses a IBBP... GOP sequence. The (DTS,PTS) values returned for the first 4 …

ffmpeg dts mpeg pts
Calculate PTS before frame encoding in FFmpeg

How to calculate correct PTS value for frame before encoding in FFmpeg C API? For encoding I'm using function avcodec_…

libav pts
VLC: "avcodec error: more than 5 seconds of late video"

I'm muxing mpeg4 video to avi container. The video stream is ~4fps, so I set AVCodecContext time_base to 1/4 (formatContext-&…

ffmpeg vlc libavformat pts