Rendi’s integration with Make enables seamless automation of video processing workflows by combining Rendi’s FFmpeg capabilities with Make’s robust automation platform.
Tutorial - Running FFmpeg Commands in Make using Rendi
The tutorial below shows how to create a make scenario that tracks a google drive folder, when a new video file is uploaded to it, make it publicly available and send the video file to a command in Rendi that turns it into a GIF, then it saves the stored GIF URL in a google sheet.
The tutorial also shows how to use Rendi’s webhooks feature in Make and how to delete stored files in Rendi.
Run FFmpeg Command: The primary action for triggering video processing tasks. The full documentation for this action can be found in API reference - run FFmpeg command endpoint
Make API Call: For additional API interactions
These actions are accessible through Make’s module search widget when building your automation scenarios.
Make uses curly brackets {{}} as special characters for its stored variables. When using these brackets in Rendi FFmpeg commands, you need to escape them with backslashes, like this: \{\{\}\}.Here’s an example of a configured FFmpeg command in Make: