Skip to content

Commit

Permalink
Version 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
shssoichiro committed Oct 31, 2021
1 parent b4b6ec1 commit 3c5867f
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 30 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## Version 0.7.2

- Bump to the final release of rav1e 0.5
- Bump other dependencies to latest versions
- Fix another inconsistency with rav1e's scene detection
- Improve precision of FPS calculation

## Version 0.7.1

- Fix an inconsistency with how rav1e's scene detection works
Expand Down
62 changes: 34 additions & 28 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "av-scenechange"
version = "0.7.1"
version = "0.7.2"
authors = ["Josh Holmer <[email protected]>"]
edition = "2018"
description = "Estimates frames in a video where a scenecut would be ideal"
Expand All @@ -14,7 +14,7 @@ serde = { version = "1.0.123", optional = true, features = ["derive"] }
serde_json = { version = "1.0.62", optional = true }
rav1e = { version = "0.5.0", default-features = false, features = ["asm", "scenechange"] }
log = { version = "0.4.14", optional = true }
console = { version = "0.14", optional = true }
console = { version = "0.15", optional = true }
fern = { version = "0.6", optional = true }
rust_hawktracer = "0.7.0"

Expand Down

0 comments on commit 3c5867f

Please sign in to comment.