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
For large-enough files (100KiB+), the in-place output always gets cut off.
I'm guessing the buffer does not get flushed / the file handle does not get closed?
The text was updated successfully, but these errors were encountered:
That's very weird. Can you provide a repro snippet please?
Sorry, something went wrong.
Sure:
http://www.opensubtitles.org/en/subtitles/5479811/stardust-ru
srt -i rate 23.976 25 file.srt
If you can't reproduce, you might need to convert the file to utf8 first.
No branches or pull requests
For large-enough files (100KiB+), the in-place output always gets cut off.
I'm guessing the buffer does not get flushed / the file handle does not get closed?
The text was updated successfully, but these errors were encountered: