Releases: introspected/AutoOverlay
Releases · introspected/AutoOverlay
AutoOverlay 0.7.12
- OverlayEngine: updated editor UI: tabs, preview scaling, configuration property overrides.
- OverlayRender: new parameter ignoreAspectRatio to stretch the image to full screen, ignoring the original aspect ratio.
- OverlayRender: fixed color correction when using multiple masks.
AutoOverlay 0.7.11
- OverlayRender and ColorMatchChain: fixed performance degradation when using colorAdjust in simple mode.
AutoOverlay 0.7.10
- ComplexityOverlay and ComplexityOverlayMany: the I420 and YV12 color spaces can now be used simultaneously.
- OverlayRender: fixed interaction with OverlayEngine in PROCESSED and UNPROCESSED modes.
- OverlayRender: new parameters legend, sourceName, overlayName, and OverlayClip.name for displaying a legend in preview mode.
- OverlayRender: fixed support for the overlayBalanceX and overlayBalanceY parameters.
AutoOverlay 0.7.9
- OverlayEngine: improved auto-alignment in subpixel mode.
- OverlayEngine: fixed auto-alignment issues when the resolution difference between clips exceeds twofold.
- OverlayEngine: for improved performance, mask resizing uses the filter specified in the presize parameter or its multithreaded equivalent if set.
- OverlayRender: due to unstable performance, the internal filter CombinePlanesMT is no longer used by default. It can be enabled by setting the environment (script) variable AO_MT_RENDER = true.
- Fixed support for interleaved color spaces.
AutoOverlay 0.7.8
- OverlayEngine: new parameter sceneClips, which, when paired with the sceneFile parameter, enables automatic selection of keyframes in a scene for more accurate color correction.
- ColorMatchChain: added control over the output clip's _ColorRange property.
- ColorMatch and ColorMatchChain: The frame parameter has been renamed to frames and now supports specifying multiple frames, based on which an averaged LUT will be applied to the entire output clip.
- The bufferedExtrapolation parameter has been removed from all filters where it was present due to its unpredictable results.
- OverlayRender: new parameter colorFrames - the same as ColorMatch.frames.
- OverlayRender: new internal filter CombinePlanesMT - a multithreaded equivalent of the system CombinePlanes. It does not require explicit use and is used within OverlayRender to improve performance.
AutoOverlay 0.7.7
- OverlayEngine: Fixed auto-alignment when source resolutions differ significantly.
- The exclude parameter for color correction is now an integer, specifying the minimum number of pixels of a single color instead of their proportion in the entire image, as its operation should not depend on resolution.
AutoOverlay 0.7.6
- ComplexityOverlay and ComplexityOverlayMany bugfixes.
AutoOverlay 0.7.5
- OverlayEngine: improved auto-alignment in subpixel mode.
- OverlayRender: added chromaResize parameter for explicit selection of UV channel resampling algorithm, defaults to the value of the downsize parameter.
- OverlayRender: added sourceChromaLocation, overlayChromaLocation, and OverlayClip.chromaLocation parameters for explicit specification of UV channel offset relative to the luma channel. Valid values: left, center, top_left, top, bottom_left, bottom. Defaults to the frame property _ChromaLocation, or left if not specified.
- ColorMatchChain: added inputChromaLocation and outputChromaLocation parameters for explicit specification of UV channel offset relative to the luma channel. Defaults to the frame property _ChromaLocation, or left if not specified.
- ColorMatchChain: UV channel resampling now uses the same algorithm specified in the resize parameter, or spline16 by default.
- Filters now propagate input clip frame properties whenever possible.
- Updated version of the AvsFilterNet library.
AutoOverlay 0.7.4
- ColorMatchChain: improved color extrapolation.
- OverlayEngine: fixed prediction when sceneFile is present.
- OverlayEngine: fixed the functionality of the colorAdjust parameter in certain cases.
updated 06.04.2025 18:40 UTC
AutoOverlay 0.7.3
- OverlayEngine: increased default values for the frameDiffTolerance parameter.
- OverlayEngine: improved scene stabilization.
- OverlayRender: fixed color correction stabilization when using the colorFramesCount parameter.
- OverlayRender: the noise parameter has been made integer-based again and is now applied within the frame instead of gradient when specified, while gradient in this case is applied only to the edges.
- OverlayRender: fixed gradient overlay on frame edges.
- OverlayRender: improved support for certain color spaces.
- OverlayRender: fixed functionality of the overlayCrop parameter.
- OverlayRender: fixed handling of masks.
- ColorMatch*: improved performance when using the frameBuffer parameter.