Re: help intercepting STDIO

2010-10-21 Thread Chris Wagner
So what u want to do is read the output from ffmpeg and write it asynchronously to the Tk window? So that u can monitor the process without having to wait for the process to finish. First is there any way to make a Tk window take its input from a file handle? That would be the easy way to go.

help intercepting STDIO

2010-10-18 Thread Daniel Burgaud
Hi I am trying to write a GUI application that will convert videos to another format using a program called FFMPEG. FFMPEG is basically text based apps which displays text status to standard output. I would like my application to intercept these strings in real-time and displays it on my very