opengl - How to add 3D-Text to a video programmaticly -
opengl - How to add 3D-Text to a video programmaticly -
i'm looking fast, efficient solution add together text video. tried cli ffmpeg think lets me add together 2d-text. want able create text , /or images , rotate / skew them in "3d-space".
is possible via cli of video processing tools or have opencv etc.?
thank help.
i go this:
create textblock in imagemagick , distort 3d space (e.g. http://www.imagemagick.org/usage/distorts/#perspective) export imagemagick imageformat alphachannel (e.g. png / tga) overlay image on video using cli ffmpeg (e.g. http://www.oodlestechnologies.com/blogs/picture-in-picture-effect-using-ffmpeg) opengl video text 3d ffmpeg
Comments
Post a Comment