Closed yangshengBE closed 4 years ago
video frame timestamp will be midpoint time. for example when sample_ms is 2000, previously we return the frame time as: 0s, 2s, 4s ... now we change to: 1s, 3s, 5s.... Making this change so the time is more accurate since ffmpeg using the midpoint.
video frame timestamp will be midpoint time. for example when sample_ms is 2000, previously we return the frame time as: 0s, 2s, 4s ... now we change to: 1s, 3s, 5s.... Making this change so the time is more accurate since ffmpeg using the midpoint.