zoukankan      html  css  js  c++  java
  • 关于MP4 fileformat中 duration及timescale相关的几个地方

    1 mvhd


    Time scale
    A time value that indicates the time scale for this movie—that is, the number of time units that
    pass per second in its time coordinate system. A time coordinate system that measures time
    in sixtieths of a second, for example, has a time scale of 60.

    Duration
    A time value that indicates the duration of the movie in time scale units. Note that this property
    is derived from the movie’s tracks. The value of this field corresponds to the duration of the
    longest track in the movie.

    2 tkhd

    Duration
    A time value that indicates the duration of this track (in the movie’s time coordinate system).
    Note that this property is derived from the track’s edits. The value of this field is equal to the
    sum of the durations of all of the track’s edits. If there is no edit list, then the duration is the
    sum of the sample durations, converted into the movie timescale.

    3 mdhd

    Time scale
    A time value that indicates the time scale for this media—that is, the number of time units that
    pass per second in its time coordinate system.
    Duration
    The duration of this media in units of its time scale.

    loop's blog
  • 相关阅读:
    11111 Generalized Matrioshkas
    Uva 442 Matrix Chain Multiplication
    Uva 10815 Andy's First Dictionary
    Uva 537 Artificial Intelligence?
    Uva 340 MasterMind Hints
    SCAU 9508 诸葛给我牌(水泥题)
    Uva 10420 List of Conquests(排序水题)
    Uva 409 Excuses, Excuses!
    10/26
    11/2
  • 原文地址:https://www.cnblogs.com/goodloop/p/1872004.html
Copyright © 2011-2022 走看看