[FFmpeg-user] Drawtext problem - Not enough inputs specified for the drawtext filter.

Stefano Sabatini stefasab at gmail.com
Wed Oct 12 14:38:51 CEST 2011


On date Wednesday 2011-10-12 10:33:43 +0200, Guillaume (Numerizik) encoded:
> Hello everybody
> 
> I try to use drawtext but i have problem ! :(
> 
> ffmpeg -sameq -i /home/video/temp/step1.mp4 -vf
> "movie=0:png:/home/temp/tpl_box.png

> [logo];drawtext=fontfile=/usr/share/fonts/truetype/ttf-dejavu/DejaVuSerif.tt
        ^

wrong syntax

> f: text='Test Text' [txt]; [in][logo][txt] overlay=0:0 [out]"
                             ^^^^^^^^^^^^^^^

this is wrong as well (three input provided to overlay, which takes
only two).

> /home/video/temp/step3.mp4
> 

> FFmpeg version SVN-r26402, Copyright (c) 2000-2011 the FFmpeg developers
                 ^^^^^^^^^^

oooold, use git master instead, check the download page on the
website.


More information about the ffmpeg-user mailing list