I am looking to generate an srt file from PGS based subtitles in an mkv. To do so I am using Subtitle Edit through the command line. I'm using this command here:
SubtitleEdit /convert "./Videos/input.mkv" 10:"./Subtitles/output.srt"
I Have also looked into the supported formats that Subtitle Edit can export to and tried exporting a JSON file as well which yielded the same result. The error I see is this:
target format '10:./subtitles/output.srt* not found! using OCR via tesseract to
extract subtitles
Then it just enters a loop of starting over and failing with the same error. I'm also trying to avoid the Subtitle Edit GUI as I am trying to create an automated process in a node application.