Here is an example of an entry in Time To Sample Box (stts) in a Mp4 file:
Entry{count=1, delta=4147}
How they calculate the value of delta. I guess it involves I or B frames. But I didn't find any instruction. Can anyone help me?
Here is an example of an entry in Time To Sample Box (stts) in a Mp4 file:
Entry{count=1, delta=4147}
How they calculate the value of delta. I guess it involves I or B frames. But I didn't find any instruction. Can anyone help me?
In mdhd
there is Time Scale
atom that is the number of time units that pass per second. You can use it to calculate times.