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
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -588,15 +588,18 @@ Development
588
588
-[feature] Add ability to configure CSV separators for rows/columns in config file [#423](https://github.com/Breakthrough/PySceneDetect/issues/423)
589
589
-[feature] Add new `--show` flag to `export-html` command to launch browser after processing [#442](https://github.com/Breakthrough/PySceneDetect/issues/442)
590
590
-[general] Timecodes of the form `MM:SS[.nnn]` are now processed correctly [#443](https://github.com/Breakthrough/PySceneDetect/issues/443)
591
-
-[bugfix] Fix `save-images`/`save_images()` not working correctly with UTF-8 paths [#450](https://github.com/Breakthrough/PySceneDetect/issues/455)
591
+
-[bugfix] Fix `save-images`/`save_images()` not working correctly with UTF-8 paths [#450](https://github.com/Breakthrough/PySceneDetect/issues/450)
592
+
-[improvement] Add new `threading` option to `save-images`/`save_images()`[#456](https://github.com/Breakthrough/PySceneDetect/issues/456)
593
+
- Enabled by default, offloads image encoding and disk IO to separate threads
594
+
- Improves performance by up to 50% in some cases
592
595
-[bugfix] Fix crash when using `save-images`/`save_images()` with OpenCV backend [#455](https://github.com/Breakthrough/PySceneDetect/issues/455)
593
596
-[bugfix] Fix new detectors not working with `default-detector` config option
594
597
-[improvement] The `export-html` command now implicitly invokes `save-images` with default parameters
595
-
- The output of the `export-html` command will always use the result of the `save-images` command that *precedes* it
598
+
- The output of the `export-html` command will always use the result of the `save-images` command that *precedes* it
596
599
-[general] Updates to Windows distributions:
597
600
- The MoviePy backend is now included with Windows distributions
0 commit comments