PySceneDetect icon indicating copy to clipboard operation
PySceneDetect copied to clipboard

[export-html] Add new `--show` flag, remove dependency on `save-images`

Open Breakthrough opened this issue 1 year ago • 0 comments

Add new --show option to display the result of export-html automatically in the browser when processing is complete. Remove requirement to explicitly specify save-images.

export-html will now always use the preceding save-images output for the images, unless --no-images is specified. If there is no explicit save-images command, it will be run with the default config values (e.g. those from the user config file).

Breakthrough avatar Oct 19 '24 23:10 Breakthrough