Hi all,
I'm figure out how to add as many text as I want to a video ( an existing
video OR a video built from an image or a list of images ); my problem is
that I cannot simply concatenate drawtext filter, because I need, for each
text, to add some kind of filter  ( scrolling from left to right, right to
left, top to bottom, fade, etc ... ) and I need to work with the timing of
each drawtext as it would start from t=0.
What i suppose to do, is to create a sort of transparent initial canvas ,
split that  and , for each of splitted canvas, adding text with drawtext
and effect. Finally, I could concatenate all the effects with the video
input to get the final video with all texts messages.
Do you think is a good approach to my problem? can you help me to create
the ffmpeg command?

Thanks in advance!

Gianluca
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to