We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a1ecb3 commit bbd730dCopy full SHA for bbd730d
CHANGELOG.md
@@ -3,10 +3,20 @@
3
## Unreleased (on "next" branch)
4
5
### Added
6
+
7
+### Changed
8
9
+## 0.3.24 Beta Release 23
10
11
+### Added
12
13
* FfmpegOutput support custom audio filter
14
15
### Changed
16
17
+* Updated for newer version of PyAV which we can use to encode
18
+ more efficiently.
19
20
## 0.3.23 Beta Release 22
21
22
setup.py
@@ -11,7 +11,7 @@
setup(
name='picamera2',
- version='0.3.23',
+ version='0.3.24',
description='The libcamera-based Python interface to Raspberry Pi cameras, based on the original Picamera library',
long_description=long_description,
long_description_content_type='text/markdown',
0 commit comments