FFmpeg
The FFmpeg plugin allows BoltAI to run the ffmpeg command on your Mac. It works similarly to the Shell Access plugin, except it's restricted to run the ffmpeg command only.
IMPORTANT
This plugin is highly experimental. Use it at your own risk.
How to set up the FFmpeg plugin?
You can configure the default System PATH in the Settings tab. Default value: /opt/homebrew/bin/:/usr/local/bin/:/usr/bin:/bin
How to use the FFmpeg plugin?
Start a new chat and select a model that supports Function Calling.
Enable the FFmpeg plugin.
Enter your prompt. Be as specific as possible.
Here is how I compress a video with ffmpeg plugin. Tip: you can click on the plugin name to see the command details.

Note
Similar to the Shell Access plugin, this plugin has full access to your file system. Always verify the script before executing.
Be as specific as possible in your System Prompt. It's recommended to instruct LLM to limit access to certain files or folders.
Consider using FFmpeg MCP server for better experience.
Last updated
Was this helpful?