Update NOTES.md
This commit is contained in:
parent
0ccd0d28ea
commit
423cc310a3
2
NOTES.md
2
NOTES.md
@ -18,7 +18,7 @@ duration 0.042000
|
|||||||
...
|
...
|
||||||
```
|
```
|
||||||
|
|
||||||
I should note that in the case of VFR there is more than just frame time. There are two parameters: pts and dts
|
I should note that in the case of VFR there is more than just frame time. There are two parameters: pts and dts (and they may not match).
|
||||||
* pts is the presentation time stamp, that is, how the frames should be displayed.
|
* pts is the presentation time stamp, that is, how the frames should be displayed.
|
||||||
* dts is a decoding time stamp, that is, in what order the frames should be decoded.
|
* dts is a decoding time stamp, that is, in what order the frames should be decoded.
|
||||||
And apparently the frames are stored in dts order, which complicates things for me.
|
And apparently the frames are stored in dts order, which complicates things for me.
|
||||||
|
Loading…
Reference in New Issue
Block a user