Complete n00b trying to use drawtext #6728
-
|
Hello all. I am a complete noob, but have managed to get ffmpeg running using Homebrew. However, I would like to use drawtext and am finding it very challenging to figure out how to install the necessary "taps"? to get it to run on my M3 iMac running macOS 15.7.x. Any kind folks out there willing to help me, please? Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
|
Not sure what drawtext is, it might be easier to describe what you're trying to do. |
Beta Was this translation helpful? Give feedback.
-
|
The current % /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 |
Beta Was this translation helpful? Give feedback.
The current
ffmpegformula is the slim version, containing just the stuff needed to support other formulae that depend on it. You want theffmpeg-fullformula instead, which is the "batteries included" version.brew install ffmpeg-full. thenbrew info ffmpeg-fullto see how to use it.ffmpeg-fulldefinitely supports drawtext:-