ffmpeg_generic_seek_workaround didn't work properly and our start pts calculation was wrong.
This depends on D11561 (for the timestamp_from_pts_or_dts function and other misc changes).
Differential D11562
Fix: VSE search in mpegts files would fail Authored by Sebastian Parborg (zeddb) on Jun 10 2021, 2:47 AM. Tags Subscribers None
Details ffmpeg_generic_seek_workaround didn't work properly and our start pts calculation was wrong. This depends on D11561 (for the timestamp_from_pts_or_dts function and other misc changes).
Diff Detail Event TimelineComment Actions I found issue here as well, Seek to frame 69 and frame by frame backwards, there will be frames missing. Comment Actions Fixed seeking when two packets had the same pts in a row (without it being a keyframe) |