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 )
Desktop Recorder
Re: Desktop Recorder
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
The interface linked to above basically does this http://ubuntuforums.org/showthread.php?t=1392026 (and does not work any more)
Re: Desktop Recorder
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 ?
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
I can't even remember what that does, I probably googled it somehow.Alg0r1thm wrote:I have question , How do you know about this :
'xwininfo | grep "Window id" | cut -d\ -f4'
Code something, and release the sourceAlg0r1thm wrote:How can I start real open-source programming ?
Possibly.Alg0r1thm wrote:Can you help me and show me the way ?