add README.md
This commit is contained in:
parent
45ffd4c97c
commit
b92e52b900
5
README.md
Normal file
5
README.md
Normal file
@ -0,0 +1,5 @@
|
||||
# srt-split-for-deepl
|
||||
|
||||
Split an *.srt subtitle file into batches of 5000 characters to help machine-translate it with deepl.
|
||||
|
||||
The deepl API would be a much more suitable solution for translating long subtitle files, but it's not available in all countries. The next best thing to do is copy in batches of 5000 characters. This script uses `xclip` to make it require three key-chords per 5000 characters - paste in current batch; copy translated batch; press enter in terminal window.
|
Loading…
Reference in New Issue
Block a user