pub(crate) const FRAMES_BETWEEN_EXTRACTED: usize = 30;
Expand description
Number of frames to skip between extracted frames For 30fps video, skipping 30 frames extracts 1 frame per second Adjust this value to control extraction frequency and output size