Page 1 of 1
Desktop Recorder
Posted: Sun Nov 27, 2011 3:50 pm
by Alg0r1thm
Hi forum ,
I wanna know what does JACEK use for capturing video from desktop and if he converts it to another format by which program ?
( I'm talking about Linux OS )
Re: Desktop Recorder
Posted: Sun Nov 27, 2011 4:01 pm
by JelvinJS7
He uses a program he mad with PHP CLI (php written with the command line). I don't know how it works, but it can be found at
Jacek's Github
Re: Desktop Recorder
Posted: Sun Nov 27, 2011 5:16 pm
by jacek
The interface linked to above basically does this
http://ubuntuforums.org/showthread.php?t=1392026 (and does not work any more)
Re: Desktop Recorder
Posted: Sun Nov 27, 2011 5:37 pm
by Alg0r1thm
Thanks for your replies ,
Jacek I saw your code , it was PHP but good coding ,
I have question , How do you know about this :
'xwininfo | grep "Window id" | cut -d\ -f4'
How can I start real open-source programming ?
I've been working on python because I know php to build a web site ,
Can you help me and show me the way ?
Re: Desktop Recorder
Posted: Sun Nov 27, 2011 7:55 pm
by jacek
Alg0r1thm wrote:I have question , How do you know about this :
'xwininfo | grep "Window id" | cut -d\ -f4'
I can't even remember what that does, I probably googled it somehow.
Alg0r1thm wrote:How can I start real open-source programming ?
Code something, and release the source
Alg0r1thm wrote:Can you help me and show me the way ?
Possibly.