Update NOTES.md

This commit is contained in:
2020-11-14 21:12:03 +03:00
committed by GitHub
parent 0ccd0d28ea
commit 423cc310a3

View File

@ -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.