This repository was archived by the owner on Jan 19, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed
src/ffmpegio_plugin_numpy Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
5
5
6
6
## [ Unreleased]
7
7
8
+ ## [ 0.4.0] - 2022-02-22
9
+
10
+ ### Changed
11
+
12
+ - Matching the ` ffmpegio ` version bump
13
+
8
14
## [ 0.3.3] - 2022-02-18
9
15
10
16
### Changed
@@ -16,13 +22,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
16
22
### Added
17
23
18
24
- Added ` squeeze ` argument to ` bytes_to_video ` and ` bytes_to_audio ` hooks
25
+
19
26
## [ 0.3.0] - 2022-02-13
20
27
21
28
### Added
22
29
23
30
- First release.
24
31
- A plugin to convert raw media I/O data of ` ffmpegio ` to use ` numpy.ndarray ` objects.
25
32
26
- [ Unreleased ] : https://github.com/python-ffmpegio/python-ffmpegio/compare/v0.3.3 ...HEAD
27
- [ v0.3.3 ] : https://github.com/python-ffmpegio/python-ffmpegio/compare/v0.3.1...v0.3.3
33
+ [ Unreleased ] : https://github.com/python-ffmpegio/python-ffmpegio/compare/v0.4.0 ...HEAD
34
+ [ v0.3.3 ] : https://github.com/python-ffmpegio/python-ffmpegio/compare/v0.3.1...v0.4.0
28
35
[ v0.3.1 ] : https://github.com/python-ffmpegio/python-ffmpegio/compare/v0.3.0...v0.3.1
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version = attr: ffmpegio_plugin_numpy.__version__
4
4
description = Media I/O with FFmpeg and NumPy array
5
5
long_description_content_type = text/x-rst
6
6
long_description = file: README.rst
7
- keywords = multimedia
7
+ keywords = multimedia, ffmpeg
8
8
license = GPL-2.0 License
9
9
url =https://python-ffmpegio.github.io/python-ffmpegio
10
10
project_urls =
Original file line number Diff line number Diff line change 8
8
9
9
hookimpl = HookimplMarker ("ffmpegio" )
10
10
11
- __version__ = "0.3.3 "
11
+ __version__ = "0.4.0 "
12
12
13
13
__all__ = [
14
14
"video_info" ,
You can’t perform that action at this time.
0 commit comments