We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51629fa commit f3da21eCopy full SHA for f3da21e
auto_editor/__init__.py
@@ -1,2 +1,2 @@
1
-__version__ = "23.51.1"
2
-version = "23w51a"
+__version__ = "24.3.1"
+version = "24w03a"
changelogs/changelog-24w03a.md
@@ -0,0 +1,14 @@
+# 24w03a
+
3
+## What's Changed
4
+ - Analyzing motion is now 1.3x faster.
5
+ - Changing the aspect ratio (adding padding) is now 2.7x faster.
6
+ - Better support for the `yuv444p` `yuvj444p` pix_fmt's
7
+ - Dropped the Pillow dependency
8
+ - Upgrade pyav to 12.0.2
9
10
+## Breaking Changes
11
+ - Removed `--mark-as-loud` and `--mark-as-silent`. Use `--add-in`, `--cut-out` instead.
12
+ - Removed `pixeldiff` as an option for `--edit`. Use `motion` instead.
13
14
+**Full Changelog**: https://github.com/WyattBlue/auto-editor/compare/23w51a...24w03a
0 commit comments