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

Is there a way to export the .srt file for the audio clip? #69

Open
YiYuGit opened this issue Jan 5, 2024 · 1 comment
Open

Is there a way to export the .srt file for the audio clip? #69

YiYuGit opened this issue Jan 5, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@YiYuGit
Copy link

YiYuGit commented Jan 5, 2024

Or provide the timestamp for each section of the transcripts?

@Macoron
Copy link
Owner

Macoron commented Jan 6, 2024

Check "4 - Subtitles" example scene which creates and playback subtitles for audioclip. It doesn't serialize them to .srt, but this should be easy to add.

Alternatively, you can use original whisper.cpp main.exe with "-osrt" flag to transcribe audio file to .srt.

@Macoron Macoron added the enhancement New feature or request label Jan 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants