Select files to convert:
Can also be used in a script:
curl -F 'srt_file=@path/to/file.srt' https://because-i-can-hear.onrender.com/api_upload -o new_file.srt
curl -F 'srt_file=@path/to/file.srt' -F remove_css=true https://because-i-can-hear.onrender.com/api_upload -o new_file.srt
curl -F 'srt_file=@path/to/file.srt' -F narrator_easy=true https://because-i-can-hear.onrender.com/api_upload -o new_file.srt
curl -F 'srt_file=@path/to/file.srt' https://because-i-can-hear.onrender.com/api_remove_css -o new_file.srt
This removes 2 things:
This only works on srt format:
1
00:00:25,999 --> 00:00:26,999
ALEX: Hi Bob
2
00:00:27,000 --> 00:00:29,400
[DOOR OPENED] Tonight's the night.
3
00:00:31,400 --> 00:00:35,133
(sigh) And it's going to happen
again and again
1
00:00:25,999 --> 00:00:26,999
Hi Bob
2
00:00:27,000 --> 00:00:29,400
Tonight's the night.
3
00:00:31,400 --> 00:00:35,133
And it's going to happen
again and again