-
The sample [Example.vtt.txt](https://github.com/user-attachments/files/17619559/Example.vtt.txt) doesn't convert properly. Some angle brackets get left. [N.b. remove .txt extension for testing]
-
Below is an example of a VTT file:
```
WEBVTT
1
00:00:02.640 --> 00:00:10.050
Juergen: Realized, forgot this again. So that intro speech is not on the recording. But we'll go through it
2
0…
-
Lecture slides 72-74 mention a VTT indifference curve. In general, these have a convex shape. It seems to me that this only happens when the commodities are 'positive', so something is gained. In case…
-
I want to display subtitles with the same name while playing MP3 files in the MPV software. However, the VTT subtitle file generated using the edge-tts command contains extra blank lines, causing the …
-
### What
Implement a loader for VTT files in Replexica.
### Why
To support web developers and video content creators working with HTML5 video subtitles.
### How
1. Create a new loader in `pac…
-
When I use the importer, the furthest I've gotten is when it starts populating items, then I get an "Ah Snap" error page.
I'm using Foundry v 12, a world with the D&D 5th Ed. game system hosted…
-
**Error:**
```
Cannot read properties of undefined (reading 'json')
Failed to start AboveVTT on https://www.dndbeyond.com/characters/29076498?abovevtt=true
TypeError: Cannot read properties of und…
-
VTT is highly similar to SRT in context.
However, VTT doesn't contain line numbers, which is very useful when making translated subs with LLMs. Line numbers cause timestamps to corrupt in LLMs.
Hopi…
-
I still need to confirm the module works with the latest stable release. From the release notes, I am optimistic that it should justwerk™️, but at a minimum I will need to update the compatibility doc…
-
Once whisper has transcribed and generated the file, your code applies `.wav` to the subtitle file, which is a bug.
For example, `videomail.wav.vtt` when it should be just `videomail.vtt`
And it…