PySceneDetect icon indicating copy to clipboard operation
PySceneDetect copied to clipboard

Discussion on detecting scene from multiple shots

Open AnaRhisT94 opened this issue 2 years ago • 1 comments

Hi,

I'm trying to think of an algorithm which can use PySceneDetect's shot detection and combine these shots into one single scene. For example if I have 3 different scenes in a video and 9 shots that I detected with your package, lets assume every 3 consecutive shots are from the same scene. Is there a way to associate these 3 shots into one single scene? Or how would you approach this?

AnaRhisT94 avatar Feb 22 '23 08:02 AnaRhisT94

use ImageMagick

cd "dir"
magick montage ./*.jpg -title 10x6 -geometry 180x320 test.jpg

4thanks avatar Mar 09 '23 08:03 4thanks