7.0.0-beta.12
Pre-release
Pre-release
·
13 commits
to main
since this release
Breaking Changes:
- The
display_aspect_ratio
andsample_aspect_ratio
methods have been renamed to
raw_display_aspect_ratio
andraw_sample_aspect_ratio
respectively on both
the Media and Stream classes. - The
calculated_aspect_ratio
andcalculated_pixel_aspect_ratio
methods have been
renamed todisplay_aspect_ratio
andsample_aspect_ratio
respectively on both
the Media and Stream classes. - Rolled back zlib scale changes (they caused more errors than what they resolved).
Improvements:
- Added more getters for color information to the Media class.
- Added more options to the scale filter.
- Greatly simplified the MPEG-DASH H.264 preset.
- Added support for stream specifiers in many RawCommandArgs methods.