Skip to content
Discussion options

You must be logged in to vote

The current ffmpeg formula is the slim version, containing just the stuff needed to support other formulae that depend on it. You want the ffmpeg-full formula instead, which is the "batteries included" version. brew install ffmpeg-full. then brew info ffmpeg-full to see how to use it. ffmpeg-full definitely supports drawtext:-

% /opt/homebrew/opt/ffmpeg-full/bin/ffmpeg -filters -hide_banner | grep drawtext
 T. drawtext          V->V       Draw text on top of video frames using libfreetype library.

# the normal linked `ffmpeg` does not
% ffmpeg -filters -hide_banner | grep drawtext
# nothing to see here

Replies: 2 comments 7 replies

Comment options

You must be logged in to vote
6 replies
@SMillerDev
Comment options

@rickscully
Comment options

@SMillerDev
Comment options

@rickscully
Comment options

@SMillerDev
Comment options

Comment options

You must be logged in to vote
1 reply
@rickscully
Comment options

Answer selected by rickscully
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants