Skip to content

Commit

Permalink
[docs] Update known issues for v0.5. #268
Browse files Browse the repository at this point in the history
  • Loading branch information
Breakthrough committed Apr 27, 2022
1 parent 0d24b9f commit fa70410
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,10 @@ The main goals of v0.6 are reliability and performance. To achieve this required

#### Known Issues

* Image sequences or URL inputs are not supported by the `save-images` or `split-video` commands
* Variable framerate videos (VFR) are not fully supported, and will yield incorrect timestamps ([#168](https://github.com/Breakthrough/PySceneDetect/issues/168))
* The `-l`/`--add-last-scene` option in `detect-threshold` cannot be disabled
* Image sequences or URL inputs are not supported by the `save-images` or `split-video` commands (in v0.6 `save-images` works with image sequences)
* Due to the use of truncation for frame number calculation, FrameTimecode objects may be off-by-one when constructed using a float value ([#268](https://github.com/Breakthrough/PySceneDetect/issues/268), fixed in v0.6)


### 0.5.5 (January 17, 2021)
Expand Down

0 comments on commit fa70410

Please sign in to comment.