-
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Display subtitles from SRT file #5
Comments
@jo-elimu Can you modify the web app to allow uploading |
@tuancoltech Yes. First, do you know what data format you will be needing implementing subtitles in the Android app? Just a regular |
@jo-elimu We're using ExoPlayer in Android Filamu app. And it does support playing video along with subtitles. |
@tuancoltech Thank you. Yes, looks like this is the exact code we need: https://developer.android.com/media/media3/exoplayer/media-items#sideloading-subtitle-tracks So then I guess we can just refer to an Added an issue for implementing this in the backend: elimu-ai/webapp#2061 |
@jo-elimu Yes. |
Description
If the video comes with subtitles attached, extract the words from the SRT file and display at the bottom of the video.
Sample format:
Why?
This feature is needed because subtitles improve learning outcome.
The text was updated successfully, but these errors were encountered: