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

Output is blank #13

Open
mayeaux opened this issue Feb 28, 2023 · 0 comments
Open

Output is blank #13

mayeaux opened this issue Feb 28, 2023 · 0 comments

Comments

@mayeaux
Copy link

mayeaux commented Feb 28, 2023

const subsrt = require('subsrt');

const vttContent = `WEBVTT

00:00.000 --> 00:04.000
Welcome to English in a Minute.

00:04.000 --> 00:07.000
Most people enjoy going to parties.

00:07.000 --> 00:25.000
You got to be a...`;

const options = { format: 'srt' };
const srtContent = subsrt.convert(vttContent, options);

console.log('SRT content:', srtContent);

Screen Shot 2023-02-28 at 4 32 15 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant