# Use PySceneDetect to extract multiple clips automatically PySceneDetect is a command-line tool and Python library which analyzes a video, looking for scene changes or cuts. This way we can extract tons of clips automatically from a single video. :::warning **Info:** This program has been added to the Windows 64bit version only ::: ## How to use scenedetect Drag and drop a video file on scenedetect.bat: ![](https://i.imgur.com/PmesMjb.png) It will take some time. In the end we will get a folder named "video_scenes" which contains all the cuts. This folder will be located in the same directory as the video file. ![](https://i.imgur.com/5CkuDXf.png) Now we can simply drag the video we want into "**vapourscript(scenedetect).bat**" and edit it. ![](https://i.imgur.com/Q9CmXg1.png) <iframe width="860" height="484" src="https://www.youtube.com/embed/lh1BPjtUgZc" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> :::info **Info:** videos sometimes may not be split exactly, especially if the scenes are very short in length. :::