I think question is simple enough. How to add text with ffmpeg vhook is deprecated and i couldn’t find any easier solution.
Using ubuntu and installed latest ffmpeg version.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
FFmpeg from Ubuntu 10.04 does not appear to support filters, so you will have to get a more recent version. You can follow a step-by-step guide to compile ffmpeg on Ubuntu, or you can simply download a Linux build of ffmpeg.
Note that if you follow the compile guide you will need to additionally install
libfreetype6-devas a dependency and then add--enable-libfreetypeto your ffmpeg./configure.This example command will add the words “Stack Overflow” to the video with a white background and centered in the middle of the video:
See the
drawtextdocumentation for more details on additional parameters.