I'm a new developer and I want to know if it is possible to record a video and process it so that specific text is displayed above/below or inside the video.
Specifically, my educational app displays random words in a text label at a regular interval, and I want my user to be able to record himself saying those words with the front facing camera. Then I'd like to save that video with the words added to it-- that means that during video playback the user would see all of the words come up as he saw them during recording.
I'm wondering if this text display (and synchronization) are possible.
Does anyone have any suggestions or pointers in the right direction (if this is even possible)?