WWDC icon indicating copy to clipboard operation
WWDC copied to clipboard

Subtitle button is missing after download video

Open young40 opened this issue 3 years ago • 3 comments

  • Version of macOS: 10.15.7
  • Version of the app: 7.3.3
  • What were you trying to do when the issue happened After download video Screen Shot 2021-06-08 at 8 51 29 PM

young40 avatar Jun 08 '21 13:06 young40

This has been a long-standing issue (as seen in #286). Basically the downloaded videos don't include the subtitles (at least not in a way that our player, which is just a wrapper around AVPlayer, understands). So if you rely on subtitles, you'll have to use streaming for now. I'll leave this issue open so that others can reference it.

insidegui avatar Jun 08 '21 17:06 insidegui

Can SRT files be exported? Used for subtitles mp4 view

199305a avatar Jun 25 '21 15:06 199305a

This has been a long-standing issue (as seen in #286). Basically the downloaded videos don't include the subtitles (at least not in a way that our player, which is just a wrapper around AVPlayer, understands). So if you rely on subtitles, you'll have to use streaming for now. I'll leave this issue open so that others can reference it.

Is it possible to convert transcript to subtitles? Putting text in front of the video player should not be that hard (just my opinion).

sugarmo avatar Sep 03 '22 05:09 sugarmo