From 423cc310a3e37768d4ab3b2f0c52567c42e73930 Mon Sep 17 00:00:00 2001 From: GenZmeY Date: Sat, 14 Nov 2020 21:12:03 +0300 Subject: [PATCH] Update NOTES.md --- NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NOTES.md b/NOTES.md index c4fe37f..b23ac53 100644 --- a/NOTES.md +++ b/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. * 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.