vklinhhh / Video-Event-Retrieval

The Video Event Retrieval Project for Vietnamese News facilitates the precise extraction of events from video archives through content analysis and indexing of Vietnamese news videos.
5 stars 0 forks source link

Feature extraction #1

Open Mona77 opened 3 months ago

Mona77 commented 3 months ago

Thanks for sharing your code! What repository or library have you used to extract keyframe from video?

Thanks

vklinhhh commented 3 months ago

Hi Mona, I used opencv to extract the keyframes. You can also use ffmpeg to get the same result.