Skip to content

Commit 95a798e

Browse files
committed
[dist] Update Windows distribution dependencies
1 parent b2fb5aa commit 95a798e

File tree

2 files changed

+15
-7
lines changed

2 files changed

+15
-7
lines changed

dist/requirements_windows.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# PySceneDetect Requirements for Windows Build
2-
av==13.1.0
3-
click==8.1.7
4-
opencv-python-headless==4.10.0.84
5-
imageio-ffmpeg==0.5.1
6-
moviepy==2.1.1
7-
numpy==2.1.3
2+
av==14.2.0
3+
click==8.1.8
4+
opencv-python-headless==4.11.0.86
5+
imageio-ffmpeg==0.6.0
6+
moviepy==2.1.2
7+
numpy==2.2.3
88
platformdirs==4.3.6
99
tqdm==4.67.1
1010

website/pages/changelog.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,16 @@ PySceneDetect v0.6.6 introduces new output formats, which improve compatibility
1717
- [bugfix] Fix incorrect help entries for short-form arguments which suggested invalid syntax [#493](https://github.com/Breakthrough/PySceneDetect/issues/493)
1818
- [bugfix] Fix crash when using `split-video` with `-m`/`--mkvmerge` option [#473](https://github.com/Breakthrough/PySceneDetect/issues/473)
1919
- [bugfix] Fix incorrect default filename template for `split-video` command with `-m`/`--mkvmerge` option
20-
- [bugfix] Fix inconsistent filenames when using `split_video_mkvmerge()` function in `scenedetect.video_splitter` module
20+
- [bugfix] Fix inconsistent filenames when using `split_video_mkvmerge()`
21+
- [bugfix] Ensure auto-rotation is always enabled for `VideoStreamCv2` as workaround for (opencv#26795)[https://github.com/opencv/opencv/issues/26795]
2122
- [general] The `export-html` command is now deprecated, use `save-html` instead
23+
- [general] Updates to Windows distributions:
24+
- av 13.1.0 -> 14.2.0
25+
- click 8.1.7 -> 8.1.8
26+
- imageio-ffmpeg 0.5.1 -> 0.6.0
27+
- moviepy 2.1.1 -> 2.1.2
28+
- numpy 2.1.3 -> 2.2.3
29+
- opencv-python 4.10.0.84 -> 4.11.0.86
2230

2331

2432
### PySceneDetect 0.6.5 (November 24, 2024)

0 commit comments

Comments
 (0)