ffmpeg_image_toolkit
7 sites
Security covered
Ffmpeg Image Toolkit is an image conversion module that uses ffmpeg framework (https://ffmpeg.org/) to apply image effects. The main difference between its toolkit and the core toolkit and other contrib toolkits (like ImageMagick) at the time of writing this is that it can handle all animated image formats including GIFs and APNGs (animated PNG) apart from handling standard images.
All core image effects are supported:
- Convert
- Crop
- Resize
- Rotate
- Scale
- Scale and crop
Requirements
- Ffmpeg executable needs to be installed on the system so ffmpeg command can be executed from your Drupal root.
- The PHP configuration must allow invocation of exec().
Consult your server administrator or hosting provider if you are unsure about these requirements.
Due to the above, automated tests on drupal.org will not work. If contributing, please make sure to run them locally.