Re: [FFmpeg-user] drawtext with dynamic fontcolor

2015-09-24 Thread Michael Koch
Am 24.09.2015 um 19:16 schrieb chandra sheker: Hi Michael, you can use this command. ffmpeg -i temp.mp4 -filter_complex "[0:v]drawtext=fontfile=arial.ttf: text='TEST': fontcolor=#00@0.40: fontsize=200" -codec:v mpeg4 out.mp4 ​The transparency 40% (fontcolor=#00@0.40)​ ​Chandu​ Hi

[FFmpeg-user] drawtext with dynamic fontcolor

2015-09-24 Thread Michael Koch
Hello all, I'm new to this list and have a question about drawtext with dynamic fontcolor. The first example doesn't contain dynamic fontcolor and is working as expected. It superimposes some text over the video with black color and 25% transparency: ffmpeg -i temp.mp4 ^ -vf

Re: [FFmpeg-user] drawtext with dynamic fontcolor

2015-09-24 Thread chandra sheker
Hi Michael, you can use this command. ffmpeg -i temp.mp4 -filter_complex "[0:v]drawtext=fontfile=arial.ttf: text='TEST': fontcolor=#00@0.40: fontsize=200" -codec:v mpeg4 out.mp4 ​The transparency 40% (fontcolor=#00@0.40)​ ​Chandu​ *Thanks,* *Chandra sheker.k,* On Thu, Sep 24, 2015