Skip to content

Releases: Breakthrough/PySceneDetect

PySceneDetect v0.2.2 [alpha]

26 Nov 02:59
Compare
Choose a tag to compare
Pre-release

Added statistics/analysis mode (-s) to generate a frame-by-frame analysis of a video (useful for finding appropriate values for scene detection parameters, and in preparation for content/adaptive detection methods), and bugfix for improper conversion of timecodes.

PySceneDetect v0.2.1 [alpha]

17 Nov 02:44
Compare
Choose a tag to compare
Pre-release

Added proper timecode formatting (in form HH:MM:SS.nnnnn), as well as generating a single comma-separated list in the output for easier importing into external tools (like mkvmerge).

PySceneDetect v0.2 [alpha]

10 Jun 02:59
Compare
Choose a tag to compare
Pre-release

PySceneDetect now shows a list of scenes in the terminal (you can specify a .CSV file to write to by specifying the -o / --output argument) by interpolating the timecodes/frame numbers between pairs of fades out and in.

PySceneDetect v0.1 [alpha]

06 Jun 04:42
Compare
Choose a tag to compare
Pre-release

Initial release of PySceneDetect. Includes threshold-based fade in/out detection for video files, currently displaying the result to the terminal.