Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update tstamp (frame index) when removing keyframe #53

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

GCChen97
Copy link

I found the frame indexes in the final tstamp do not correspond to the correct images.
So, it needs to update the frame index so that downstream applications can correctly query the original image.

Update the frame index so that downstream applications can correctly query the original image.
@tiglieto
Copy link

self.video.tstamps[ix] = self.video.tstamp[ix+1]

self.video.tstamp[ix] = self.video.tstamp[ix+1]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants