sc0ty / subsync

Subtitle Speech Synchronizer
GNU General Public License v3.0
1.29k stars 53 forks source link

No CMD/CLI output if not enough points (ui also not clear) #160

Open ghostlyghastly opened 1 year ago

ghostlyghastly commented 1 year ago

0.17 -cmd and -debug from the MSI work. Not the default exe

If there are not enough points, the ui doesn't clearly communicate that this is the reason or what to do about it.

The cmd/cli version doesn't inform the use of anything if it fails to save a srt because of that mistake, even claiming in debug log that saving the file is complete.

Only by adding --min-points-no 2 I can get an output file.

varenc commented 1 year ago

It works great for me. For a 55 minute long piece of media I got 155 points from the CLI tool. It greatly depends on your media. Also keep in mind that it works best on longer pieces of media that have clear dialogue that works well with the speech to text, and you must have subtitles that exactly match that spoken speech. (Without SDH parts like [ creaky door opening ]).

Without examples of the media you're having trouble it's very hard to help you.

markusgerber76 commented 1 year ago

I should also say that it is not clear how to change the "min correlation factor" or effort?

Could you make all the options like typical linux(GNU) compatible?