8000 Export in format suitable for captions, such as vtt · Issue #78 · oTranscribe/oTranscribe · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Export in format suitable for captions, such as vtt #78

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

Open
orotau opened this issue Aug 13, 2017 · 3 comments
Open

Export in format suitable for captions, such as vtt #78

orotau opened this issue Aug 13, 2017 · 3 comments
Labels
Wish List Great ideas that we don't have the capacity to implement right now.

Comments

@orotau
Copy link
orotau commented Aug 13, 2017

Really enjoy using this transcription program on line, thanks!
I want to import into http://amara.org/en/ the transcription I export using oTranscribe
To do this I need something in a format such as vtt.
I can (and have) just edited the transcription file manually to get it into the .vtt format.
Happy to continue to do this or I could put something together in Python. Any thoughts?

@kostasx
Copy link
Contributor
kostasx commented Aug 13, 2017

Hi @orotau, hi @ejb .

The problem with the conversion to the VTT format is the lack of placing starting and ending timestamps on the transcription text.

So, I've tried adding the starting and ending timestamps on each subtitle manually using the insertTimestamp shortcut Ctrl/Cmd+J. The result looks something like this: https://prnt.sc/g7xe18

I've come up with a quick solution which you can find here: kostasx@46ab34c#diff-1162b350bf232465b180ba5f9c1c723f

I've tested the exported .vtt file which looks like this:

WEBVTT

NOTE Paragraph

00:38 --> 00:42
Well, what we are going to do today is climb a pretty big mountain,

00:43 --> 00:44
Because, we're going to go from a neural net with 2 parameters

00:46 --> 00:49
To discussing the kind of neural nets in which

00:50 --> 00:56
people end up with 60 million parameters

21:33 --> 21:36
Some time later

1:01:51 --> 1:01:56
Let's go over an hour

1:26:16 --> 1:26:21
and see what happens...

Of course the code needs a lot of rewriting, but I think it's a good start.
Let me know if you have any ideas or suggestions.

P.S. I would suggest we stick with JavaScript on features like this. ;)

@ejb
Copy link
Contributor
ejb commented Aug 13, 2017

Very cool @kostasx! I've had many people ask for this feature. Would be a valuable addition.

You both might be interested to know that @pietrop is working on a standalone app, inspired by oTranscribe, for creating VTT files. But I don't see why oTranscribe can't have basic support for VTT.

I agree that we should stick to JavaScript, since oTranscribe is meant to run without a server.

@amandabee amandabee added the Wish List Great ideas that we don't have the capacity to implement right now. label Aug 3, 2023
@sunjam
Copy link
sunjam commented Oct 10, 2024

Wondering about proper workflow for converting .otr format to:

  • .vtt
  • .srt

Because those are what are supported by Castopod, open source podcast hosting platform. See https://code.castopod.org/adaures/castopod/-/issues/529

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Wish List Great ideas that we don't have the capacity to implement right now.
Projects
None yet
Development

No branches or pull requests

5 participants
0