| Requirement | Status | Details |
|---|---|---|
| PHP Version (>= 7.4) | ✅ PASS | |
| exec() function available | ❌ FAIL | exec() function is disabled in php.ini |
| FFmpeg installed | ❌ FAIL | FFmpeg is required for video processing |
| Imagick extension | ❌ FAIL | Imagick is required for image generation |
| Temp directory writable | ✅ PASS | |
| Output directory writable | ✅ PASS | |
| Font file exists | ❌ FAIL | Please download a TTF font file and save it as arial.ttf in the script directory |
sudo apt install ffmpegsudo apt install php-imagick && sudo service apache2 restartImagick extension is not available or not functioning properly.