diff --git a/CHANGELOG.md b/CHANGELOG.md index 90f320d..91e1af0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# Unreleased (v0.4.1) +# v0.4.1 * For `-e libvpx-vp9` map `--preset` number to ffmpeg `-cpu-used` (0-5). * When overriding with a ffmpeg encoder avoid setting `b:a`, `movflags` or `ac` if explicitly set via `--enc`. * Add error output when using `--enc-input` with the default svt-av1 encoder. diff --git a/Cargo.lock b/Cargo.lock index 2e1f585..c5c5989 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "ab-av1" -version = "0.4.0" +version = "0.4.1" dependencies = [ "anyhow", "clap", @@ -123,14 +123,13 @@ dependencies = [ [[package]] name = "console" -version = "0.15.0" +version = "0.15.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a28b32d32ca44b70c3e4acd7db1babf555fa026e385fb95f18028f88848b3c31" +checksum = "89eab4d20ce20cea182308bca13088fecea9c05f6776cf287205d41a0ed3c847" dependencies = [ "encode_unicode", "libc", "once_cell", - "regex", "terminal_size", "unicode-width", "winapi", diff --git a/Cargo.toml b/Cargo.toml index 9608398..4fc9013 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ab-av1" -version = "0.4.0" +version = "0.4.1" authors = ["Alex Butler "] edition = "2021" description = "AV1 encoding with fast VMAF sampling"