We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ac9c76 commit bac713aCopy full SHA for bac713a
tests/integration/test_video.py
@@ -93,4 +93,4 @@ def test_frame_extraction(self):
93
frames_gen = VideoPlugin.frames_generator(
94
f"{self.folder_path_big}/earth.mov", target_fps=None, start_time=10.0, end_time=None
95
)
96
- self.assertEqual(len([*frames_gen]), 601)
+ self.assertEqual(len([*frames_gen]), 589)
0 commit comments