sort by:
Revision Author Date Message Commit Date
c028a08 [site] Fix broken links. 13 March 2024, 01:54:30 UTC
fbd5e0a [docs] Make homepage docs button point to latest Previously it pointed to the version list, but this makes it harder to jump into the docs from the homepage. A user can still click on Documentation from the nav menu to find the page with all versions or just remove the version from the URL. Update intro wording to be more concise. 11 March 2024, 01:39:55 UTC
8a04970 [build] Fix swapped version numbers. 11 March 2024, 00:51:43 UTC
9b82acd [build] Fix incorrect action specified after bumping versions. 11 March 2024, 00:29:06 UTC
9cc96eb [build] Update workflow action versions. 11 March 2024, 00:06:08 UTC
a8ca609 [build] Bump docs/latest to 0.6.3. 10 March 2024, 03:12:45 UTC
c7a5965 [adaptive_detector] Fix first scene not being checked against min_scene_len Refactor detector test cases to make it easier to add new ones. 09 March 2024, 16:44:18 UTC
7de8f43 [website] Add link to v0.6.3 docs. 08 March 2024, 22:08:52 UTC
30e30fa [installer] Re-generate product code for update. 08 March 2024, 22:00:17 UTC
6c60f08 [build] Update AI license file and finalize release. 08 March 2024, 21:43:52 UTC
23488db [build] Update Signpath token. 08 March 2024, 15:45:50 UTC
5e71106 [build] Add missing installer artifacts. 08 March 2024, 15:12:59 UTC
837cde8 [build] Prepare v0.6.3 release. 08 March 2024, 04:41:30 UTC
c3edd49 [build] Cleanup Windows build workflow. 08 March 2024, 04:06:08 UTC
a1cd547 Merge branch 'main' into releases/0.6.3 08 March 2024, 03:23:59 UTC
52d8c5d [build] Fix incorrect expression in docs generation for latest. 08 March 2024, 03:20:42 UTC
6d4b006 Merge branch 'main' into releases/0.6.3 08 March 2024, 03:13:06 UTC
ac1b1e1 [build] Build scenedetect.com/docs/latest from release branch 08 March 2024, 03:07:58 UTC
5cfb9ef [release] Prepare for v0.6.3 release. 07 March 2024, 05:00:44 UTC
ca9afe8 [cli] Rework `load-scenes` implementation Remove `SceneLoader` and instead use the loaded scenes to bypass detection entirely. This provides a major performance boost while still supporting all required output options. Fixes #347 06 March 2024, 05:57:27 UTC
bce23e3 [cli] Ensure `load-scenes` can only be specified once Disallow combining `load-scenes` with detectors to avoid confusion. #347 06 March 2024, 00:44:12 UTC
4b78450 [frame_timecode] Fix and validate rounding behavior when converting to string #354 05 March 2024, 03:16:04 UTC
e9d7d94 [backends] Add duration to `VideoCaptureAdapter` Fixes #335 04 March 2024, 02:18:49 UTC
538af0e [cli] Correct duration/end times for presentation time when set as frames Fix incorrect progress bar duration. Fixes #341. 19 February 2024, 23:58:21 UTC
8dc5bac [frame_timecode] Relax requirement on `s` suffix on seconds as string Seconds are now inferred if a decimal place is present regardless of the suffix. Add test case to verify current behavior of the `time` command and its effect on scene boundaries. This is currently not the correct behavior when both the --start and --duration settings are used for the `time` command. This issue only applies to the command-line interface and does not affect the API. 18 February 2024, 03:50:43 UTC
28bb716 [cli] Fix incorrect list-scenes indentation 17 February 2024, 22:37:02 UTC
65ce4a6 [cli] Fix scene list always being printed Regressed in 46e170e02a2eea09808619a8d004852123a651c5 17 February 2024, 22:29:02 UTC
2dafc32 [tests] Expand `time` command tests Demonstrates the issue outlined in #341 and will be used to verify the fix. 08 February 2024, 03:12:20 UTC
f41bc08 [docs] Document empty exception. Fixes #334 29 January 2024, 02:55:36 UTC
29d497d [scene_manager] Fix warning when using timecode strings for duration/end_time Fixes #346 29 January 2024, 02:43:32 UTC
0e7d16a [cli] Cleanup some config defaults and ensure cut format is always set. 29 January 2024, 01:05:17 UTC
d5f8126 [list-scenes] Add ability to customize cut format Fixes #349 28 January 2024, 23:54:57 UTC
e6f822f Test build. 27 January 2024, 22:09:51 UTC
f689db0 Merge branch 'main' into develop 27 January 2024, 22:08:56 UTC
2ded8d7 [build] Ensure builds run when expected. 27 January 2024, 22:08:14 UTC
e99a1bc [stats_manager] Simplify metric key registration Fixes #334 27 January 2024, 03:22:58 UTC
14daf89 [split_video] Fix not respecting global output directory option. 23 January 2024, 03:30:50 UTC
9a715a8 [docs] Set version from module. 23 January 2024, 01:28:00 UTC
39d83d9 Merge branch 'main' into develop 22 January 2024, 16:12:05 UTC
0b4b3b4 Fix docs action path. 22 January 2024, 16:11:57 UTC
9119740 Merge branch 'main' into develop 22 January 2024, 16:08:34 UTC
416c66e Fix docs build action. 22 January 2024, 16:07:45 UTC
ddf9807 Bump jinja2 from 3.0.3 to 3.1.3 in /website (#369) Bumps [jinja2](https://github.com/pallets/jinja) from 3.0.3 to 3.1.3. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/3.0.3...3.1.3) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> 22 January 2024, 03:06:38 UTC
090caa2 Merge branch 'main' into develop 22 January 2024, 03:04:09 UTC
b303288 Build docs on develop. 22 January 2024, 03:03:59 UTC
e99622d Merge branch 'main' into develop 22 January 2024, 03:02:04 UTC
cd0171e Update changelog and build docs on develop. 22 January 2024, 03:01:43 UTC
6f76961 [video_splitter] Add `output_dir` argument to split_video_* functions. Add `formatter` argument to split_video_ffmpeg to customize filename generation when required. Fixes #359 and #298. 21 January 2024, 03:33:31 UTC
2ab12ac [cli] Indent progress bar Improves visual alignment and makes it easier to see the number of detected scenes when scrolling through the output. 17 December 2023, 02:31:53 UTC
46e170e [config] Add `display-scenes` and `display-cuts` option to config file under `[list-scenes]` Allows controlling which fields are displayed. 17 December 2023, 02:28:42 UTC
2be19fe [cli] Only print cut list when `list-scenes` is specified Ensures cut list can be suppressed when using `list-scenes --quiet`. Fixes #356. 09 December 2023, 15:59:43 UTC
6ecd86b [docs] Fix typos (#358) * [docs] Fix typos Found via `codespell -S *.aip,*.enc -L datas,bu,te` * Revert licence change 03 December 2023, 02:28:45 UTC
09caa3c [bugfix] Fix for circular import errors #350 02 December 2023, 03:42:17 UTC
9bf4dd9 [pyav] Handle missing display_aspect_ratio property gracefully Add additional checks to guard against divide by zero. Fixes #355. 02 December 2023, 02:37:55 UTC
c04f2e2 Merge branch 'main' into develop 02 December 2023, 02:15:18 UTC
c579b48 [build] Remove checkout of deprecated branch. 21 November 2023, 01:05:02 UTC
bb10c91 [build] Add cron job for daily builds 18 November 2023, 02:31:52 UTC
a58a966 [docs] Update backend docs for MoviePy backend. 21 September 2023, 03:00:48 UTC
a0424ab Update README.md 28 August 2023, 02:59:17 UTC
4b89b6a [site] Update style. 13 August 2023, 05:04:27 UTC
78b562b [site] Fix edit link for main website. 25 July 2023, 23:53:46 UTC
e0d3ceb [site] Fix site build. 23 July 2023, 22:12:31 UTC
7387a87 [site] Fix incorrect links in changelog. 23 July 2023, 22:11:12 UTC
11fa2c1 [site] Fix missing docs page. 23 July 2023, 22:09:47 UTC
845325e [dist] Fix incorrect workflow status image in package. 23 July 2023, 22:05:13 UTC
b2de59c [site] Fix incorrect wildcard. 23 July 2023, 22:03:51 UTC
23a12a6 [site] Ensure docs page is regenerated. 23 July 2023, 22:02:07 UTC
968bf91 [dist] Fix package fomratting on PyPI. 23 July 2023, 21:53:55 UTC
24bac4b [docs] Fix changelog date. 23 July 2023, 21:38:37 UTC
2af7223 [build] Build signed Windows binaries for v0.6.2. 23 July 2023, 21:30:59 UTC
4fc3047 [dist] Release v0.6.2. 23 July 2023, 21:28:33 UTC
97f2ac1 [build] Build only tagged commits for signed binaries. 23 July 2023, 21:25:14 UTC
a7bca9a [dist] Finalize v0.6.2 release. 23 July 2023, 21:17:48 UTC
dd06322 [build] Test triggers for builds. 23 July 2023, 21:16:44 UTC
3a0f4ab [build] Build Windows signed binaries directly from release branch. 23 July 2023, 21:15:28 UTC
42f9b3b Merge branch 'build-windows' into releases/0.6.2 23 July 2023, 21:09:12 UTC
944bbeb [build] Prepare v0.6.2 release. 23 July 2023, 21:00:33 UTC
30dd61b [dist] Branch for v0.6.2 release. 23 July 2023, 20:57:13 UTC
9a5bf85 [dist] Include correct build artifacts. 23 July 2023, 16:33:19 UTC
5159ee4 [build] Move docs/website builders to Python 3.11. 23 July 2023, 16:16:34 UTC
bf4a836 [build] Test release signing for v0.6.2. 23 July 2023, 16:00:35 UTC
4231c95 [dist] Include compiled single-page HTML in Python distribution. 23 July 2023, 15:57:10 UTC
82c5498 [installer] Fix missing resources. 23 July 2023, 15:50:49 UTC
c29d9c4 [dist] Add README.txt for Windows builds. 23 July 2023, 15:48:50 UTC
c4a367f [build] Fix docs build command. 23 July 2023, 04:23:24 UTC
d5e879b [build] Fix docs build command. 23 July 2023, 04:23:09 UTC
b8476c9 [build] Fix incorrect requirements path. 23 July 2023, 04:21:24 UTC
e11df0b [build] Fix missing dependencies. 23 July 2023, 04:21:02 UTC
2ae36cc [build] Include built documentation. 23 July 2023, 04:20:08 UTC
45c0125 [build] Use Sphinx single-HTML for docs in distributions. 23 July 2023, 04:18:02 UTC
24a111b [build] Remove now unavailable build command. 23 July 2023, 04:00:40 UTC
86a4a9e [build] Build develop for testing. 23 July 2023, 03:58:47 UTC
b8c585d [build] Restore installer. 23 July 2023, 03:56:15 UTC
6691f36 [build] Force move existing file. 23 July 2023, 03:52:20 UTC
1405bcb [build] Use PS for moving items. Fix ffmpeg download order. 23 July 2023, 03:44:15 UTC
d508d0c [build] Overwrite existing files. 23 July 2023, 03:34:54 UTC
565d7dd [build] Fix distribution. 23 July 2023, 03:26:22 UTC
aa5a392 [build] Add missing flag for 7zip. 23 July 2023, 03:24:44 UTC
10c327f Merge branch 'main' into develop 23 July 2023, 03:17:53 UTC
152a64c [build] Allow workflow dispatch of builds. 23 July 2023, 03:17:46 UTC
back to top