Newsgroups: gmane.comp.video.transcode.user Date: Sun, 20 Aug 2006 22:27:24 +0200
Recently, I discovered that the subtitles on DVDs are stored as images. I also figured, that those image subtitles cannot be attached to ogm or mkv files. So I read a few tutorials and happened to install the "media-video/subtitleripper". This program is designed to convert the image-subtitles to text-subtitles (srt format). It's using a program for (handwritten) text recognition, and requires alot of corrections.
Now to the interesting part. I decided to write my own application to do the job, and it worked out very good. Better than I expected. So I decided to release it. You can download it from sourceforge: http://sourceforge.net/projects/sub2text/ It is however the first time I release or even work on a public project.
Please have a look at what I did - and try it for yourselves. I need people testing it.
Christian.Wasserthal
> Could you shed more light onto it please? Ie. > > - What kind of OCR mechanism are you using? - I haven't tried it, but I > see that you're using the Java Swing interface. > Does it require many user interaction? Any way to automate the > process? > - Does your sub2text depend on some dictionary to do the auto > correction? - Any error report for mis-spelled words, etc? - Would it > work for other languages than English?
Thank you for replying to my mail : ).
I hope I can make a screenshot tutorial soon.
Christian.Wasserthal