this post was submitted on 03 Oct 2023
13 points (100.0% liked)

Firefox

20479 readers
115 users here now

/c/firefox

A place to discuss the news and latest developments on the open-source browser Firefox.


Rules

1. Adhere to the instance rules

2. Be kind to one another

3. Communicate in a civil manner


Reporting

If you would like to bring an issue to the moderators attention, please use the "Create Report" feature on the offending comment or post and it will be reviewed as time allows.


founded 5 years ago
MODERATORS
 

Is there any firefox extension to process SRT or WebVTT files to show subtitles in any page? Not just video streaming sites.

Context: I have some subtitle files for some podcasts, so the site is only playing audio. I'm using podverse.fm
It'll be great to have something similar to lyrics sections in some music players to follow along the audio while reading.

top 1 comments
sorted by: hot top controversial new old
[–] cypherpunks@lemmy.ml 1 points 2 years ago* (last edited 2 years ago)

It's not a browser-based solution, but, the mpv media player can display subtitles while playing an audio file.

If you run mpv --subfile=something.srt something.mp3 it will show the subtitles in the terminal, and to get them in a window instead you can add the --force-window commandline option.

You can probably download the audio (and maybe subtitles?) from whatever website using yt-dlp, or maybe even stream from the site using mpv directly by just giving it the URL.