Re: Subtitle extraction via OCR

2007-07-30 Thread Liam R E Quin
On Tue, 2007-07-31 at 01:13 +0200, Mathias Brodala wrote: > Hi Liam. > > (You don’t need to CC me, I’m subscribed.) evolution really needs a "swap To and Cc fields" button. > > I've yet to use any open source OCR package that has been less effort than > > rekeying -- commercial OCR software is w

Re: Subtitle extraction via OCR

2007-07-30 Thread Mathias Brodala
Hi Liam. (You don’t need to CC me, I’m subscribed.) Liam R E Quin, 31.07.2007 00:52: > On Tue, 2007-07-31 at 00:32 +0200, Mathias Brodala wrote: >> Since I’m currently working on extracting hardcoded subtitles from some >> video files, I needed an application to do this. I quickly found SubRip[0]

Re: Subtitle extraction via OCR

2007-07-30 Thread Liam R E Quin
On Tue, 2007-07-31 at 00:32 +0200, Mathias Brodala wrote: > Since I’m currently working on extracting hardcoded subtitles from some video > files, I needed an application to do this. I quickly found SubRip[0], but it > is, > unfortunately, only available for Windows. Check that there's no teletex

Subtitle extraction via OCR

2007-07-30 Thread Mathias Brodala
Hi everyone. Since I’m currently working on extracting hardcoded subtitles from some video files, I needed an application to do this. I quickly found SubRip[0], but it is, unfortunately, only available for Windows. I think it would be awesome if there was a seamlessly integrated GTK pendant usabl

Re: Off-screen drawing of GTK widgets

2007-07-30 Thread Behdad Esfahbod
On Mon, 2007-07-30 at 18:54 +0530, Varun Khaneja wrote: > Hello, > > I have been trying to find out about > the support of off-screen drawing of GTK widgets using Cairo (or any > other library), but haven't been much successful. > What I really need to do is to be able to capture the image of the

GtkDialog issues

2007-07-30 Thread omar . crea
Hi everybody. I want to use a GtkDialog to show a message in my application when the user clicks a particular button; I tried to implement this dialog in the program, but it appears only when the action is finished, and not when it begins. I insert here a snippet of the source code: /* dialog crea

Off-screen drawing of GTK widgets

2007-07-30 Thread Varun Khaneja
Hello, I have been trying to find out about the support of off-screen drawing of GTK widgets using Cairo (or any other library), but haven't been much successful. What I really need to do is to be able to capture the image of the widget without actually showing it on the screen, which is called of