Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Flutter how to save(re-encode) text overlay on video

I would like to implement feature like instagram story(only text overlay). I was able to come to the point where user can add some text on video like screen shot below(upper right icon starts entering text, upper left just back to previous page). After user put some text I want store the video into Firebase storage. But the problem is how can I keep this text in the video? Is there any way to rewrite the file(re-encode) which has text overlay user put? Or do I have to store text info into database then fetch it and display every time?

enter image description here

like image 773
Daibaku Avatar asked Aug 15 '18 03:08

Daibaku


1 Answers

There is a pub (https://pub.dev/packages/tapioca) but it is very limited in capabilities.

like image 186
Ievgen Avatar answered Oct 02 '22 03:10

Ievgen