ruediger / VobSub2SRT

Converts VobSub subtitles (.idx/.srt format) into .srt subtitles.
GNU General Public License v3.0
294 stars 66 forks source link

--dump-images outputing some fuzzy .pgm #30

Closed capiscuas closed 10 years ago

capiscuas commented 10 years ago

So sorry for reporting bugs again, if I'd know C/C++ I'd fork it myself and send u patches instead though, anyway I'd create the bug first so I could assign it to me, so please don't bother if I create too many issues.

I built the latest code, and used the --dump-images

I realized that the OCR was still running(could it be possible that this option would make the program not to run the OCR) , or adding some --no-ocr option? That could be useful for the GUI project.

Nevertheless, while the OCR is correctly done, many of the .pgm generated appear like this:

https://dl.dropboxusercontent.com/u/1599184/others/gxp-spirit.45.xvid-002.pgm

it is quite odd, because the OCR for that line is well generated. Thanks.

ruediger commented 10 years ago

I'll add a --no-ocr option.

The fuzzy pgm seems to be a duplicate of #18. I guess I have to handle the stride attribute. I'll look into it.

Thanks for reporting those issues.

ruediger commented 10 years ago

The fuzzy issue should be fixed.