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

Grid Movie Generation Error: 'error decoding frame {} from video {}' #178

Open
inwabudike opened this issue Oct 31, 2024 · 0 comments
Open

Comments

@inwabudike
Copy link

Hello!

I keep getting the same error (but for different frames in different videos) each time I try to generate grid movies. The video directory and video names are all correct. I also had no issues generating the trajectory plots or dendrograms. Can you please help me figure out what's going wrong here? Thank you!

ValueError Traceback (most recent call last)
in <cell line: 1>()
----> 1 kpms.generate_grid_movies(results, project_dir, model_name, coordinates=coordinates, **config());

5 frames
/usr/local/lib/python3.10/dist-packages/vidio/read.py in read(self, framenum)
113 ret, frame = self.file_object.read()
114 if not ret:
--> 115 raise ValueError('error decoding frame {} from video {}'.format(framenum, self.filename))
116 frame = self.process_frame(frame)
117 self.fnum = framenum + 1

@inwabudike inwabudike changed the title Grid Movie Generation Error: 'error decoding frame {} from video {} Grid Movie Generation Error: 'error decoding frame {} from video {}' Oct 31, 2024
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

No branches or pull requests

1 participant