[FFmpeg-user] No such filter: 'drawtext' error
Clément Bœsch
ubitux at gmail.com
Mon Feb 6 16:00:36 CET 2012
On Mon, Feb 06, 2012 at 06:54:08AM -0800, bartom wrote:
> Hi,
>
> I'm trying out a filtering example from
> https://ffmpeg.org/trac/ffmpeg/wiki/FilteringGuide.
> I've installed the latest linux build of ffmpeg from
> https://launchpad.net/~jon-severinsson/+archive/ffmpeg
>
> Here is my ffmpeg command and subsequent error message "No such filter:
> 'drawtext'":
>
> ffmpeg -i test.avi -vf
> "drawtext=fontfile=/usr/share/fonts/truetype/DroidSans.ttf:
> timecode='09\:57\:00\:00': r=25: x=(w-tw)/2: y=h-(2*lh): fontcolor=white:
> box=1: boxcolor=0x00000000 at 1" -an -y out.avi
> ffmpeg version N-37402-gc673671 Copyright (c) 2000-2012 the FFmpeg
> developers
> built on Feb 1 2012 12:28:01 with gcc 4.4.3
> configuration: --enable-gpl --enable-libfaac --enable-nonfree
> --enable-postproc --enable-version3
You need a build with --enable-libfreetype to have the drawtext feature.
[...]
--
Clément B.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 490 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-user/attachments/20120206/f38bf96d/attachment.asc>
More information about the ffmpeg-user
mailing list