Video Capture
-
My real intention is to select an area of the desktop(or other window) and record until I want to stop. After this I'll save in any format. Something like Camstudio but much more simple.
See Create a movie from an HBitmap[^] does any help or no?
-
My real intention is to select an area of the desktop(or other window) and record until I want to stop. After this I'll save in any format. Something like Camstudio but much more simple.
Alex Cutovoi wrote:
Something like Camstudio but much more simple.
Camstudio[^] is open source! You can just download the source and see how it has been done.
Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->Rajesh<-·´¯`·. Codeproject.com: Visual C++ MVP
-
Alex Cutovoi wrote:
Something like Camstudio but much more simple.
Camstudio[^] is open source! You can just download the source and see how it has been done.
Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->Rajesh<-·´¯`·. Codeproject.com: Visual C++ MVP
I know this, but this implementation is for windows. What I want to do is to create an implementation that works in linux too.... A generic thing, ok?
-
See Create a movie from an HBitmap[^] does any help or no?
Thanks for your answer ramid. I'll look. What I want is to create an implementation more generic, that works on Windows and Linux. Again, thanks
-
Thanks for your answer ramid. I'll look. What I want is to create an implementation more generic, that works on Windows and Linux. Again, thanks
You're welcome you can back to ask if you like. ;)
-
I know this, but this implementation is for windows. What I want to do is to create an implementation that works in linux too.... A generic thing, ok?
I haven't seen an open source screen capture program, that works on both platforms. XVIDCAP[^] is open source and is for Linux. Hope that helps.
Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->Rajesh<-·´¯`·. Codeproject.com: Visual C++ MVP
-
I haven't seen an open source screen capture program, that works on both platforms. XVIDCAP[^] is open source and is for Linux. Hope that helps.
Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->Rajesh<-·´¯`·. Codeproject.com: Visual C++ MVP
Sounds interesting for me. Thanks Rajesh...
-
Sounds interesting for me. Thanks Rajesh...
You're most welcome Alex. FYI, osalt.com[^] has a wide variety of open source programs and you can search for an open source program by providing a commercial program's name. :)
Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->Rajesh<-·´¯`·. Codeproject.com: Visual C++ MVP
-
You're most welcome Alex. FYI, osalt.com[^] has a wide variety of open source programs and you can search for an open source program by providing a commercial program's name. :)
Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->Rajesh<-·´¯`·. Codeproject.com: Visual C++ MVP
Very thanks again. In the last days, I was searching a site that seems to sourceforge and now I found. Very helpful. BTW, is there other sites like these
-
Very thanks again. In the last days, I was searching a site that seems to sourceforge and now I found. Very helpful. BTW, is there other sites like these
Wikipedia Entry[^] OSI[^] OSW[^] (This is just fantastic). And there is OSALT and sourceforge. That's all I can think of right now. :)
Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->Rajesh<-·´¯`·. Codeproject.com: Visual C++ MVP
-
Wikipedia Entry[^] OSI[^] OSW[^] (This is just fantastic). And there is OSALT and sourceforge. That's all I can think of right now. :)
Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->Rajesh<-·´¯`·. Codeproject.com: Visual C++ MVP
THHHHHAAAAAAANNNNNKKKKKSSSSSS..... Very helpful
-
THHHHHAAAAAAANNNNNKKKKKSSSSSS..... Very helpful
You're welcome man. I'm glad I could be of some help to you. :)
Nobody can give you wiser advice than yourself. - Cicero .·´¯`·->Rajesh<-·´¯`·. Codeproject.com: Visual C++ MVP