AVIF conversion (40-50% smaller than WebP), animated GIF → WebP/AVIF, and CRF quality control. Requires the free plugin.
⚠️ Requires Pipe9 Media Optimizer (free) installed and activated first
Pro extends the free plugin — it doesn't replace it.
Converts JPEG, PNG, and static GIF to AVIF. Typically **40-50% smaller than WebP** at the same visual quality.
Converts animated GIFs to animated WebP. **60-80% smaller** with no visible quality loss. Uses gif2webp binary or Imagick.
Maximum compression for animations. **80-90% smaller** than the original GIF. Uses ffmpeg with libsvtav1.
Fine-grained CRF scale (0-63) for AVIF. Lower CRF = better quality. Default 35 balances size and quality perfectly.
Automatically finds gif2webp and ffmpeg on your server. Checks common paths and which. Custom path override supported.
When enabled per format, automatically scans and converts images in any theme that is installed or updated. Runs immediately — no cron needed.
Bulk convert existing library images to AVIF, animated WebP, or animated AVIF. Check "Include theme directories" to also convert theme images. Progress bars for each format.
| Feature | Free | Pro |
|---|---|---|
| WebP conversion (static images) | ✓ | ✓ |
| Bulk WebP conversion | ✓ | ✓ |
| AVIF conversion (static) | — | ✓ |
| Animated GIF → WebP | — | ✓ |
| Animated GIF → AVIF | — | ✓ |
| Quality control | WebP 1-100 | WebP + AVIF CRF 0-63 |
| Serving strategies | All 5 included | All 5 included |
| GD / Imagick | ✓ | ✓ |
| gif2webp binary | — | ✓ |
| ffmpeg + libsvtav1 | — | ✓ |
| Bulk conversion | WebP only | All formats |
| Theme directory conversion | Theme directories excluded | Theme directories included |
| Auto-convert on theme update | WebP only | All formats (WebP + AVIF) |
| Requirement | Detail |
|---|---|
| Free plugin | Pipe9 Media Optimizer 1.4.2+ installed and active |
| PHP | 7.4+ (8.1+ for GD AVIF conversion) |
| AVIF | GD with AVIF support (PHP 8.1+) or Imagick with libavif |
| Animated WebP | gif2webp binary (recommended) or Imagick with WebP delegate |
| Animated AVIF | ffmpeg compiled with libsvtav1 encoder |
| exec() | Required for gif2webp and ffmpeg binary execution |