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
+3-6Lines changed: 3 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,11 +30,6 @@ Feedback on the new detection methods and their default values is most welcome.
30
30
-[bugfix] Fix crash when decoded frames have incorrect resolution and log error instead [#319](https://github.com/Breakthrough/PySceneDetect/issues/319)
31
31
-[bugfix] Update default ffmpeg stream mapping from `-map 0` to `-map 0:v:0 -map 0:a? -map 0:s?`[#392](https://github.com/Breakthrough/PySceneDetect/issues/392)
32
32
33
-
#### 0.6.4.1 (TBD)
34
-
35
-
-[bugfix] Fix `default-detector` config option not working with new detectors
36
-
-[bugfix] Fix SyntaxWarning due to incorrect string escaping in command-line (#400)
37
-
38
33
39
34
### 0.6.3 (March 9, 2024)
40
35
@@ -590,4 +585,6 @@ Development
590
585
591
586
-[bugfix] Fix new detectors not working with `default-detector` config option
592
587
-[bugfix] Fix `SyntaxWarning` due to incorrect escaping [#400](https://github.com/Breakthrough/PySceneDetect/issues/400)
593
-
-[bugfix] Fix `ContentDetector` crash when using callbacks [#416](https://github.com/Breakthrough/PySceneDetect/issues/416)
588
+
-[bugfix] Fix `ContentDetector` crash when using callbacks [#416](https://github.com/Breakthrough/PySceneDetect/issues/416)[#420](https://github.com/Breakthrough/PySceneDetect/issues/420)
589
+
-[general] Timecodes of the form `MM:SS[.nnn]` are now processed correctly [#443](https://github.com/Breakthrough/PySceneDetect/issues/443)
590
+
-[api] The `save_to_csv` function now works correctly with paths from the `pathlib` module
0 commit comments