Releases: eseifert/madam
Releases · eseifert/madam
v0.15 feature relase
Changes since 0.14:
- Added support for BMP and TIFF images
- Added support for the NUT video container format
- Added support for color modes (color space, depth, and data type) in images and in video streams; This makes it possible to create TIFF image with CMYK color space or to convert images from 16 to 8 bit color depth
- Improved test coverage for various color spaces, e.g. for grayscale and CMYK images
v0.14 feature relase
Changes since 0.13:
- Added Support for WebP images
- Added format specific options for images (file size optimization)
- Improved bitrate control for video conversion
- Avoid negative time code in Matroska/WebM (resolves issue #75)
v0.13.1 bugfix relase
Changes since 0.13:
- Improved bitrate control for video conversion
- Avoid negative time code in Matroska/WebM (resolves issue #75)
v0.13 feature relase
Changes since 0.12:
- Added container specific options for FFmpegProcessor
- FFmpegProcessor.convert() operator uses bit rate as upper limit for videos
- Improved codec specific options in FFmpegProcessor
- Improved test coverage for subtitles
v0.12 feature relase
Changes since 0.11:
- Added rotate operator for images and videos
- Added codec specific options to FFmpeg processor
- Changed status to "beta"
- Improved structure and navigation in documentation
v0.11 feature relase
Changes since 0.10:
- Added crop operator for images and videos
- Added class for MIME type
v0.10 feature relase
Changes since 0.9:
- Added support for MPEG2 transport streams to FFmpegProcessor (thanks to @ojomio).
- Changed internal handling of MIME types to be case-insensitive with new MimeType class.
- Fixed metadata processing of unknown streams (other than video and audio) in FFmpegProcessor.
v0.9.1 bugfix release
Changes since 0.9:
- Fixed metadata processing of unknown streams (other than video and audio) in FFmpegProcessor.
v0.9 feature release
Changes since 0.8:
- Added support for AVI videos (thanks @ojomio).
- Fixed Madam.read() to return JPEG asset with correct metadata.
- Fixed resize and transpose operators to not implicitly convert to JPEG (resolves issue #70).
- Improved auto orientation operator to return identical media asset for input without orientation.
- Improved description when image conversion fails.
- Orientation metadata from Exif is preferred over IPTC.
v0.8.2 bugfix release
Changes since 0.8.1:
- Fixed Madam.read() to return JPEG asset with correct metadata.
- Improved auto orientation operator to return identical media asset for input without orientation.
- Improved description when image conversion fails.
- Orientation metadata from Exif is preferred over IPTC.