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 046580b commit 3268606Copy full SHA for 3268606
src/torchcodec/samplers/_time_based.py
@@ -214,7 +214,7 @@ def _generic_time_based_sampler(
214
frames, pts_seconds, duration_seconds = get_frames_by_pts(
215
decoder._decoder,
216
stream_index=decoder.stream_index,
217
- frame_ptss=all_clips_timestamps,
+ timestamps=all_clips_timestamps,
218
)
219
return _make_5d_framebatch(
220
data=frames,
0 commit comments