| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| avicore.exe | 2026-02-25 | 45.7 MB | |
| AVI Core v1.2.0 source code.tar.gz | 2026-02-25 | 7.5 kB | |
| AVI Core v1.2.0 source code.zip | 2026-02-25 | 8.1 kB | |
| README.md | 2026-02-25 | 1.1 kB | |
| Totals: 4 Items | 45.8 MB | 0 | |
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.