Timestamps in FFmpeg (DTS and pts)

Source: Internet
Author: User

Recently, a ffmpeg-based player has been developed to learn more about timestamp (time stamp) in FFmpeg. Here is a summary.

There are two types of timestamps in FFmpeg: DTS (decoding time Stamp), and pts (Presentation times Stamp). As the name implies, the former is the decoding time, the latter is the time of the display. To understand these two concepts carefully, you need to first understand the concepts of packet and frame in ffmpeg.

In FFmpeg, the avpacket structure is used to describe the pre-decoded or encoded compressed packets, and the AVFRAME structure is used to describe the signal frames before decoding or encoding. For video, Avframe is a frame image of the video. When the frame image is displayed to the user, it depends on its pts. DTS is a member of the Avpacket that indicates when the package should be decoded. If the encoding of each frame in the video is done sequentially in the order of input (that is, the display order), then the decoding and display time should be consistent. In fact, in most codec standards, such as H. T or HEVC, the encoding sequence and input order are inconsistent. The two different timestamps of PTS and DTS are required.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.