I've added a function to the code to split this for me past a certain character length.
I'm not sure how niche this desire is... but if there is interest I'd be happy to clean it up, add the hard-coded values to be more flexible in the UI and share here.
Hi all,
I've been using this tool to generate subtitles but came across a use case where I wanted to be able to split my subtitles over multiple lines.
"This is a very long subtitle line"
Becomes
"This is a very long subtitle line"
Which is useful for emulating this kind of subtitle style: https://www.youtube.com/@PirateSoftware/shorts
I've added a function to the code to split this for me past a certain character length.
I'm not sure how niche this desire is... but if there is interest I'd be happy to clean it up, add the hard-coded values to be more flexible in the UI and share here.