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
I'm trying to add subtitlles to an .mp4 file but having this error:
a.srt: Invalid data found when processing input
I think subtitle format is correct, because it works well when issuing the same command from command line.
Tried converting string to arraybuffer as it's done on this link and by using the TextEncoder class' encode method. No luck.
It would be great if I could check out any examples with subtitle inputs.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm trying to add subtitlles to an .mp4 file but having this error:
I think subtitle format is correct, because it works well when issuing the same command from command line.
Tried converting string to arraybuffer as it's done on this link and by using the TextEncoder class' encode method. No luck.
It would be great if I could check out any examples with subtitle inputs.
The text was updated successfully, but these errors were encountered: