Skip to content
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

Embed subtitles to chromecast #275

Open
ioma8 opened this issue Jan 22, 2022 · 3 comments
Open

Embed subtitles to chromecast #275

ioma8 opened this issue Jan 22, 2022 · 3 comments

Comments

@ioma8
Copy link

ioma8 commented Jan 22, 2022

Would it be possible to write implementation of using embed video subtitles in chromecasted videos?
Now all automatically downloaded subtitles can be used in chromecast. But many new shows on torrents have only embed subtitles which can be turned on while playing right in the app but when casting to chromecast the option to use them disappears.
I think simple solution would be if the app behind the doors extracted the subtitles from video to srt and sent them to chromecast as any other subtitles.

@ioma8
Copy link
Author

ioma8 commented Jan 22, 2022

Given the fact that the desktop player already lists and can show embed subtitles I suppose you are working with them already. But if it was a problem a simple ffmpeg command run in the background could do it so they could be streamable to chromecast.
ffmpeg -i video.mp4 subtitle.srt

https://superuser.com/questions/583393/how-to-extract-subtitle-from-video-using-ffmpeg

@deroverda
Copy link

2 months old issue and still not solved unfortunately :/

@nklhtv
Copy link
Contributor

nklhtv commented Jun 3, 2022

Hi @ioma8 Sorry for the late reply
A solution to this issue is currently in development, but in a different component of the system, the streaming server.
I expect it to be ready for production soon.

@nklhtv nklhtv closed this as completed Jun 9, 2022
@nklhtv nklhtv reopened this Jun 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants