Skip to content

AVI Core v1.2.0

Choose a tag to compare

@Sahil524 Sahil524 released this 25 Feb 08:28
· 12 commits to main since this release

AVI Core v1.2.0 — Release Notes

Released: February 25, 2026


⚠️ Breaking Changes

This release includes internal changes to how video mute and subtitle handling work. If you have scripts or workflows built around these commands, test them before upgrading in production.


🐛 Bug Fixes

Image Convert — Format Support
Certain image formats were being rejected or failing silently during conversion. Affected formats are now handled correctly. If you previously worked around this by converting to an intermediate format, that workaround is no longer needed.

Video Mute — Crash on Certain Formats
avicore video mute was crashing when the input file was in certain container formats. The command now handles these formats correctly and completes without error.

Video Convert — Subtitles No Longer Dropped
Subtitles were being silently removed during video conversion. They are now preserved in the output file. Containers that do not support subtitle streams (e.g. webm, avi, flv) will still strip them, as this is a format-level limitation.