Set up external tools
Steps to install FFmpeg for video and GIF, and Poppler for PDF.
Importing some formats requires external tools.
| Feature | What to install |
|---|---|
| Importing GIFs and videos | FFmpeg |
| Importing PDFs | Poppler |
| AutoTag and similar-image search | AutoTag (see AutoTag) |
After installing, press “Detect FFmpeg” or “Detect Poppler” in the Desktop settings (FFmpeg under “Media”, Poppler under “Poppler”) to recognize them.
macOS
Use Homebrew to install FFmpeg and Poppler. If it isn’t installed, run xcode-select --install in Terminal, then run the install command from the Homebrew page.
FFmpeg
- Run in Terminal:
brew install ffmpeg - Press “Detect FFmpeg” in Desktop settings under “Media”
- If it doesn’t appear, use the folder icon to select
/opt/homebrew/bin/ffmpeg(/usr/local/bin/ffmpegon Intel Macs)
Poppler
- Run in Terminal:
brew install poppler - Press “Detect Poppler” in settings under “Poppler”
- If it doesn’t appear, select
/opt/homebrew/bin/pdftocairo(/usr/local/bin/pdftocairoon Intel Macs)
Windows
First, create a place for the tools. Paste %APPDATA%\Caramel Board into the Explorer address bar to open it, then create a tools folder inside.
FFmpeg
- Download
ffmpeg-release-essentials.zipfrom gyan.dev FFmpeg builds - Right-click the zip → “Extract All” to extract it
- Rename the extracted folder (the level that contains
bin) toffmpegand move it into thetoolsfolder - Press “Detect FFmpeg” in settings under “Media”. If it doesn’t appear, select
tools\ffmpeg\bin\ffmpeg.exe
Final layout:
%APPDATA%
└─ Caramel Board
└─ tools
└─ ffmpeg
└─ bin
└─ ffmpeg.exe
Poppler
- Download the latest
Release-xx.xx.x.zipfrom poppler-windows Releases - Extract the zip, rename the
poppler-xx.xx.xfolder topoppler, and move it into thetoolsfolder - Press “Detect Poppler” in settings under “Poppler”. If it doesn’t appear, select
tools\poppler\Library\bin\pdftocairo.exe
After installing
If you have files that already failed to import, import them again. If videos or PDFs still won’t import, go to Troubleshooting.
Last updated: 2026-07-02