Hello,
I'm currently trying to do something with DirectShow in the hope of replacing something from Delphi.
We currently have a program written in Delphi that relies on the components from ASTASip to create an AVI stream from jpg files.
The idea behind this is that one application overwrites a jpg file constantly with a new file and that another application reads the file and builds an AVI stream with it to send it over TCP.
I've been reading up about DirectShow and it has the ability to transmit AVI files and work with various media types.
I cannot find an example anywhere or an explanation to see if it is possible to have one thread read the jpg file constantly and add it to the DirectShow graph and build a AVI movie with it.
Anyone have an idea if this is possible or where I can find some information about it? The MSDN is rather vague about the while DirectShow stuff...
I'm currently trying to do something with DirectShow in the hope of replacing something from Delphi.
We currently have a program written in Delphi that relies on the components from ASTASip to create an AVI stream from jpg files.
The idea behind this is that one application overwrites a jpg file constantly with a new file and that another application reads the file and builds an AVI stream with it to send it over TCP.
I've been reading up about DirectShow and it has the ability to transmit AVI files and work with various media types.
I cannot find an example anywhere or an explanation to see if it is possible to have one thread read the jpg file constantly and add it to the DirectShow graph and build a AVI movie with it.
Anyone have an idea if this is possible or where I can find some information about it? The MSDN is rather vague about the while DirectShow stuff...
Comment