We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Adding support for timestamp interval for output timecode_txt,srt and vtt.
timecode_txt
srt
vtt
I.E today I get back this
00:00.000 --> 00:02.000 One, two three
00:02.000 --> 00:11.000 Those are the three first numbers
00:11.000 --> 00:20.000 Some other text is here
Would be great it tell it not to split anything before 20 second
00:00.000 --> 00:20:00 One, two three. Those are the three first numbers. Some other text is here
Maybe add a query parameter to /v1/download/<job_id>
/v1/download/<job_id>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the feature you'd like to request
Adding support for timestamp interval for output
timecode_txt
,srt
andvtt
.I.E today I get back this
00:00.000 --> 00:02.000
One, two three
00:02.000 --> 00:11.000
Those are the three first numbers
00:11.000 --> 00:20.000
Some other text is here
Would be great it tell it not to split anything before 20 second
00:00.000 --> 00:20:00
One, two three. Those are the three first numbers. Some other text is here
Describe the solution you'd like
Maybe add a query parameter to
/v1/download/<job_id>
The text was updated successfully, but these errors were encountered: