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
+18-10Lines changed: 18 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,23 @@ Releases
4
4
5
5
## PySceneDetect 0.6
6
6
7
+
### PySceneDetect 0.6.6 (March 9, 2025)
8
+
9
+
#### Release Notes
10
+
11
+
PySceneDetect v0.6.6 introduces new output formats, which improve compatibility with popular video editors (e.g. DaVinci Resolve). Also included are several important bugfixes.
12
+
13
+
#### Changelog
14
+
15
+
-[feature] New `save-otio` command supports saving scenes in OTIO format [#497](https://github.com/Breakthrough/PySceneDetect/issues/497)
16
+
-[feature] New `save-edl` command supports saving scenes in EDL format CMX 3600 [#495](https://github.com/Breakthrough/PySceneDetect/issues/495)
17
+
-[general] The `export-html` command is now deprecated, use `save-html` instead
18
+
-[bugfix] Fix incorrect help entries for short-form arguments which suggested invalid syntax [#493](https://github.com/Breakthrough/PySceneDetect/issues/493)
19
+
-[bugfix] Fix crash when using `split-video` with `-m`/`--mkvmerge` option [#473](https://github.com/Breakthrough/PySceneDetect/issues/473)
20
+
-[bugfix] Fix incorrect default filename template for `split-video` command with `-m`/`--mkvmerge` option
21
+
-[bugfix] Fix inconsistent filenames when using `split_video_mkvmerge()` function in `scenedetect.video_splitter` module
22
+
23
+
7
24
### PySceneDetect 0.6.5 (November 24, 2024)
8
25
9
26
#### Release Notes
@@ -622,17 +639,8 @@ Both the Windows installer and portable distributions now include signed executa
-[feature] New `save-xml` command supports saving scenes in Final Cut Pro format [#156](https://github.com/Breakthrough/PySceneDetect/issues/156)
630
-
631
-
### Complete
632
-
633
-
-[feature] New `save-edl` command supports saving scenes in EDL format CMX 3600 [#495](https://github.com/Breakthrough/PySceneDetect/issues/495)
634
-
-[general] The `export-html` command is now deprecated, use `save-html` instead
635
-
-[bugfix] Fix incorrect help entries for short-form arguments which suggested invalid syntax [#493](https://github.com/Breakthrough/PySceneDetect/issues/493)
636
-
-[bugfix] Fix crash when using `split-video` with `-m`/`--mkvmerge` option [#473](https://github.com/Breakthrough/PySceneDetect/issues/473)
637
-
-[bugfix] Fix incorrect default filename template for `split-video` command with `-m`/`--mkvmerge` option
638
-
-[bugfix] Fix inconsistent filenames when using `split_video_mkvmerge()` function in `scenedetect.video_splitter` module
0 commit comments