php-imagick $im = new Imagick('your-file-path'); $im->setFormat('webp'); $im->writeImage('webp-file.webp');
php-imagick