You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This feature could possibly avoid devs from having to do any complex video processing tasks for simple use cases such as rendering texts on videos (E.G. avoid setting up and using react-native-unimodules and react-gl)
Possible implementation
Hi, great plugin you guys have here, the documentation was clear and integrating it into my project was a breeze. Anyway, I would like to know if there would be a future support for locally adding subtitles to the video. In this case, I have my local subtitle (.VTT) file generated from react-native-fs and I tested it and it didn't work but using external .VTT files hosted on a remote server such as this one works!
Local subtitles files work fine for me, make sure your app have storage permission, I even added support for .ass files by converting it to .vtt using react-native-ffmpeg
Feature Request
Support for local subtitles/textTrack
Why it is needed
This feature could possibly avoid devs from having to do any complex video processing tasks for simple use cases such as rendering texts on videos (E.G. avoid setting up and using react-native-unimodules and react-gl)
Possible implementation
Hi, great plugin you guys have here, the documentation was clear and integrating it into my project was a breeze. Anyway, I would like to know if there would be a future support for locally adding subtitles to the video. In this case, I have my local subtitle (.VTT) file generated from react-native-fs and I tested it and it didn't work but using external .VTT files hosted on a remote server such as this one works!
Code sample
The text was updated successfully, but these errors were encountered: