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
"""Export scene list to HTML file. Requires save-images unless --no-images is specified."""
1002
+
"""Export scene list to HTML file.
1003
+
1004
+
To customize image generation, specify the `save-images` command before `export-html`. This command always uses the result of the preceeding `save-images` command, or runs it with the default config values unless `--no-images` is set.
1005
+
"""
992
1006
# TODO: Rename this command to save-html to align with other export commands. This will require
993
1007
# that we allow `export-html` as an alias on the CLI and via the config file for a few versions
Copy file name to clipboardExpand all lines: website/pages/changelog.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -584,12 +584,16 @@ Development
584
584
## PySceneDetect 0.6.5 (TBD)
585
585
586
586
-[bugfix] Fix new detectors not working with `default-detector` config option
587
-
-[bugfix] Fix crash when using `save-images` with OpenCV backend [#455](https://github.com/Breakthrough/PySceneDetect/issues/455)
588
-
-[bugfix] Fix `SyntaxWarning` due to incorrect escaping [#400](https://github.com/Breakthrough/PySceneDetect/issues/400)
589
-
-[bugfix] Fix `ContentDetector` crash when using callbacks [#416](https://github.com/Breakthrough/PySceneDetect/issues/416)[#420](https://github.com/Breakthrough/PySceneDetect/issues/420)
587
+
-[bugfix] Fix crash when using `save-images`/`save_images()` with OpenCV backend [#455](https://github.com/Breakthrough/PySceneDetect/issues/455)
590
588
-[general] Timecodes of the form `MM:SS[.nnn]` are now processed correctly [#443](https://github.com/Breakthrough/PySceneDetect/issues/443)
591
-
-[api] The `save_to_csv` function now works correctly with paths from the `pathlib` module
589
+
-[feature] Add new `--show` flag to `export-html` command to launch browser after processing (#442)
590
+
-[improvement] The `export-html` command now implicitly invokes `save-images` with default parameters
591
+
- The output of the `export-html` command will always use the result of the `save-images` command that *precedes* it
592
592
-[general] Updates to Windows distributions:
593
593
- The MoviePy backend is now included with Windows distributions
-[improvement]`save_to_csv` now works with paths from `pathlib`
597
+
-[bugfix] Fix `SyntaxWarning` due to incorrect escaping [#400](https://github.com/Breakthrough/PySceneDetect/issues/400)
598
+
-[bugfix] Fix `ContentDetector` crash when using callbacks [#416](https://github.com/Breakthrough/PySceneDetect/issues/416)[#420](https://github.com/Breakthrough/PySceneDetect/issues/420)
0 commit comments