No-op video processor used when FFmpeg is not available.
All operations return error tuples rather than raising. Uploads still succeed and files are stored and served — metadata extraction and poster frame generation are simply skipped.
To enable video processing, install FFmpeg:
# macOS
brew install ffmpeg
# Ubuntu / Debian
apt-get install ffmpegOnce installed, PhxMediaLibrary.VideoProcessor.FFmpeg is selected
automatically on the next application start (no configuration required).
Summary
Functions
Always returns false — FFmpeg is not available.
Returns {:error, :ffmpeg_not_available}.
Returns {:error, :ffmpeg_not_available}.