Desktop Recorder

Talk about anything in here.
Post Reply
Alg0r1thm
Posts: 64
Joined: Mon Sep 12, 2011 7:57 pm

Desktop Recorder

Post 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 )
JelvinJS7
Posts: 341
Joined: Thu May 12, 2011 8:40 pm

Re: Desktop Recorder

Post 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
User avatar
jacek
Site Admin
Posts: 3262
Joined: Thu May 05, 2011 1:45 pm
Location: UK
Contact:

Re: Desktop Recorder

Post by jacek »

The interface linked to above basically does this http://ubuntuforums.org/showthread.php?t=1392026 (and does not work any more)
Image
Alg0r1thm
Posts: 64
Joined: Mon Sep 12, 2011 7:57 pm

Re: Desktop Recorder

Post 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 ?
User avatar
jacek
Site Admin
Posts: 3262
Joined: Thu May 05, 2011 1:45 pm
Location: UK
Contact:

Re: Desktop Recorder

Post 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.
Image
Post Reply