You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/pages/changelog.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,12 @@ Releases
6
6
7
7
### 0.6.4 (In Development)
8
8
9
+
#### Release Notes
10
+
11
+
Includes new histogram and perceptual hash based detectors (thanks @wjs018 and @ash2703), adds flash filter to content detector, and includes various bugfixes. Minimum supported Python version is now **Python 3.8**.
12
+
13
+
#### Changelog
14
+
9
15
-[feature] New detector: `detect-hist` / `HistogramDetector`, [thanks @wjs018](https://github.com/Breakthrough/PySceneDetect/pull/295)[#53](https://github.com/Breakthrough/PySceneDetect/issues/53)
10
16
-[feature] Add flash suppression filter for `detect-content` / `ContentDetector`, greatly reduces number of cuts generated during strobing or flashing effects [#35](https://github.com/Breakthrough/PySceneDetect/pull/295)[#53](https://github.com/Breakthrough/PySceneDetect/issues/35)
11
17
- Can be configured using `--filter-mode` option, enabled by default
0 commit comments