| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| avicore.exe | 2026-02-05 | 45.7 MB | |
| AVI Core v1.1.0 source code.tar.gz | 2026-02-05 | 45.4 MB | |
| AVI Core v1.1.0 source code.zip | 2026-02-05 | 45.4 MB | |
| README.md | 2026-02-05 | 3.4 kB | |
| Totals: 4 Items | 136.6 MB | 0 | |
📦 AVI Core v1.1.0 — Release Notes
Universal Media CLI | Production-Grade FFmpeg Wrapper
🚀 Overview
AVI Core v1.1.0 is a stability-focused, feature-complete release that formalizes Avicore as a standalone, hardened media processing CLI. This version emphasizes safety, deterministic behavior, bulk workflows, and zero-dependency installation, making it suitable for both end-users and automation pipelines.
✨ Key Highlights
🔐 Standalone & Zero Setup
- Ships as a single executable with an embedded FFmpeg engine
- No Python, no FFmpeg, no environment setup required
- Works out-of-the-box on Windows and Linux
🎬 Video Processing Enhancements
- Single video conversion with codec-safe defaults (H.264 + AAC)
- Fast stream-copy mode (
--fast) for instant remuxing - Bulk video conversion using glob patterns with progress tracking
- Video mute command removes audio streams without re-encoding video
- Intelligent output naming to prevent accidental overwrites
🎵 Audio Processing Enhancements
- Audio extraction from video to high-quality MP3 (192 kbps)
- Bulk audio format conversion with progress reporting
- Codec-aware handling for MP3, WAV, FLAC, AAC, and more
🖼️ Image Processing Enhancements
-
Smart image compression
-
JPEG: adaptive quality reduction
- PNG: lossless compression optimization
- Image format conversion (PNG ↔ JPG ↔ WebP)
- Bulk image processing with safe overwrite protection
🛡️ Safety & Reliability Systems
-
Smart overwrite protection
-
Never overwrites files unless explicitly forced
- Auto-increments filenames (
file_1.ext,file_2.ext) -
Crash-safe cleanup
-
Interrupted jobs automatically delete corrupted partial files
-
Self-diagnostic engine validation
-
Verifies embedded FFmpeg integrity on every run
🐞 Debugging & Observability
--verbosemode generates a full FFmpeg execution log- Automatic log placement in the system temp directory
- Designed for troubleshooting malformed or corrupted media files
🧰 Developer & Build Improvements
- Clean PyInstaller single-binary build pipeline
- Explicit FFmpeg binary bundling (
bin/ffmpeg) - Predictable CLI surface designed for scripting and CI usage
⚠️ Breaking Changes
- None (This release is backward-compatible with all existing Avicore commands.)
📈 Stability & Performance
- Faster bulk operations via optimized subprocess handling
- Reduced disk I/O during temporary file creation
- Improved signal handling for Ctrl+C interrupts
📌 Recommended For
- Developers needing a reliable FFmpeg CLI abstraction
- Content creators performing batch media operations
- Automation scripts requiring safe, deterministic media processing
- Users who want FFmpeg power without FFmpeg complexity
🔗 Resources
- GitHub Repository: https://github.com/Sahil524/avicore
- Releases Page: https://github.com/Sahil524/avicore/releases
AVI Core v1.1.0 establishes a stable foundation for future codec intelligence, presets, and pipeline automation.