From 8e1fa600007fa6ff9726883393f9cba3eb9c3a37 Mon Sep 17 00:00:00 2001 From: WyattBlue Date: Wed, 19 Mar 2025 20:04:04 -0400 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c5a9c35d..b8b515aee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ - Deprecate `--keep-tracks-separate`, it's behavior is now the default. Use `--mix-audio-streams` for the old behavior. - Remove deprecated "copy" codec (auto-editor never does remuxing). - Require NumPy >= 2. - - Use BasswoodAV (`basswood-av`) instead of PyAV (`pyav`). + - Switch from PyAV to [BasswoodAV](https://github.com/basswood-io/BasswoodAV) ## Features - Make video rendering 11% faster, rendering should be 19% faster overall.