[FEATURE] Make Subitles instead of just Transcript #635
Replies: 3 comments 2 replies
|
Thanks for the concrete example. FluidVoice's contribution policy asks new feature ideas to begin in an Ideas Discussion unless they already have maintainer acceptance or roadmap priority. Please carry this proposal into a Discussion, including:
This needs product and technical scoping because the current shared file-transcription result/export path retains final text but not subtitle cue timings. If the Discussion is accepted or prioritized, it can be converted into a tracked implementation issue. Closing this issue as not planned for now so Issues remain focused on accepted, actionable work. |
|
Lol, was trying something with Codex 😅. Anyways, lets move this to a discussion |
I use .srt only. I don't even know what .vtt stands for or how I should open it but its popular. Mostly needed for watching videos are home movies, sometimes that are foreign / international with no subs.
I'd follow TurboScribe's settings since its a popular transcription SaaS built around just that. I also have a Go script on this which uses Groq API Key + Whisper 3 to transcribe stuff fast in chunks. I think it uses some popular lib like fast-whisper or something
Fluid Voice. Now I think that might be an issue. I don't know if it supports transcribing to .srt or not but it did give me .txt fast in an instant fwiw on my Mac M4.
For transcriptions, timing is very important. No manual tweaking required. I don't like word level time stamps personally, but I prefer 5 to 8 words that are single on single line or sometimes on 2-lines max. Some models do like 3-4 lines or something. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Problem
Sometimes I need to watch a video with subtitles and I thought about using the transcription which finished in just a second of a 15-minute video, but it was in .txt when I wanted .srt
Proposed solution
Would love .srt file with <8 words per line (or configurable) like this:
You can check different formats like .srt, .vtt / settings in Turboscribe fwiw.
Alternatives considered
No response
All reactions