惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

C
Check Point Blog
J
Java Code Geeks
H
Hackread – Cybersecurity News, Data Breaches, AI and More
D
Docker
腾讯CDC
The GitHub Blog
The GitHub Blog
大猫的无限游戏
大猫的无限游戏
Microsoft Security Blog
Microsoft Security Blog
GbyAI
GbyAI
Stack Overflow Blog
Stack Overflow Blog
博客园 - 司徒正美
T
The Blog of Author Tim Ferriss
Vercel News
Vercel News
P
Proofpoint News Feed
雷峰网
雷峰网
博客园_首页
B
Blog RSS Feed
Microsoft Azure Blog
Microsoft Azure Blog
爱范儿
爱范儿
V
V2EX
F
Fortinet All Blogs
酷 壳 – CoolShell
酷 壳 – CoolShell
MyScale Blog
MyScale Blog
S
SegmentFault 最新的问题

博客园 - loop

brew 出现 git 错误的问题分析 xcode 编译器在各个arch下面默认宏 parallels无法启动之大乌龙-流水账版 关于结对敏捷开发 android openmax hardware decoder 整合记录 mac上parallel与virtualbox无法共存 git submodule 使用 VLC plugin加载代码分析 在parallel中安装archlinux + awesome inline 小结 小米盒子试用 keepass管理密码 chrome同步书签cpu占用率过高问题解决 git对svn操作 mac上的ssh proxy客户端 --iSSH个人修改版 终于可以在家更新mplayer了 不要一个人吃饭 在archlinux中安装chrome linux ramdom hung up
关于MP4 fileformat中 duration及timescale相关的几个地方
loop · 2010-11-08 · via 博客园 - loop

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.