You are not logged in.
Pages: 1
I wrote a screencasting software in Delphi and I'll release the source code for it in some days. If you find it interesting, you can take a look at the current progress at http://www.kluug.at/videotutorial.php . You can play with a dll for C++/Delphi and with the recording application.
I think it is a good alternative to other screencasting software since it offers loseless video compression and a simple native video format.
Offline
Nice information.
Releasing the source code is very promising, especially since it this is a proprietary format with no "codec" available.
My only concern is about so many needed external dependencies. You can not just deploy a single exe, but need some external dll.
Perhaps including them as resource may help.
I'm happy to see that SynCrypto is used within the project.
Congrats!
Online
thanks!
most of the external libraries are needed only for the audio and only by the recorder...
the player needs only the ogg/mp3 codec libraries to play audio - there is no chance to get around that, to my mind... if you don't need any audio, you don't need the dll libraries, of course.
the file format is just a zip archive with an xml definition and an audio and png files simple
Offline
Pages: 1