how to add text title in .avi video in android usng ffmpeg command -
i want add text in .avi videos in android application.
so, searched on google didn't solution problem please try me.
thanks.
you can find solution listed here:
https://groups.google.com/forum/m/?fromgroups#!topic/android-developers/0t8-9cc96qc
or cut/paste answer
step #1: put videoview/surfaceview/textureview inside relativelayout
step #2: put "transparent text" (whatever think is) inside same relativelayout, later child (e.g., later in xml)
step #3: conditionally hide , show "transparent text" see fit
Comments
Post a Comment