On Fri, 8 Aug 2014 10:01:42 -0700 (PDT)
hirokku <[email protected]> wrote:

> I need to show the text in two separate lines, how can i do this? 

You can use two drawtext filters:

-vf drawtext,drawtext

Of course you will have to provide the necessary options to get exactly
what you want.

Alternatively your could place the text in a file with the desired
line breaks and use the textfile option in the drawtext filter.

I recommend you get command working in cli then adapt it for your PHP
script.

For more info see:

<http://ffmpeg.org/ffmpeg-filters.html#drawtext-1>
_______________________________________________
ffmpeg-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Reply via email to