mifi / lossless-cut

The swiss army knife of lossless video/audio editing
https://losslesscut.app/
GNU General Public License v2.0
25.89k stars 1.25k forks source link

Improve scene change detection using selection area #2067

Open markmillerdev opened 1 month ago

markmillerdev commented 1 month ago

The fewer issues I have to read, the more new features I will have time to implement, so I ask that you please try these things first

Description

The "Detect Scene Change" function uses the entire image frame to evaluate change between two frames. This can result in false scene change detections when the subject is moving. To improve accuracy, the tool should allow the user to drag a rectangle over an area of the image to use for scene detection. In this manner, the user could choose an area which is visual distinct in each scene (as in cuts between two people talking). In would have a secondary benefit in speeding up the scene detection process.

markmillerdev commented 1 month ago

To clarify, the user would draw one single rectangle which would be used to evaluate scene change detection for the entire length of the video clip.