We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpVideo Capture,  Movie Playback,  Vision Libraries › What is the best solution for screen recording.
Page Index Toggle Pages: 1
What is the best solution for screen recording. (Read 3205 times)
What is the best solution for screen recording.
Jun 4th, 2010, 12:45pm
 
Hi all,
i ve been searching for,
how can i record my skecth, from the command "run" to until i close it.



ps. my platform is, macosx.
Re: What is the best solution for screen recording.
Reply #1 - Jun 4th, 2010, 10:43pm
 
Hey cxk
There is a library for creating quicktime videos from your sketch, but I've found the best approach is simply to save every frame out to a jpg by putting calling 'save()' in your loop function.  You can the use a tool to assemble these into avi/mov files.
Jim
Re: What is the best solution for screen recording.
Reply #2 - Jun 5th, 2010, 3:59am
 
hey Jim,

Thank you for the reply.
Thats a great idea. But im wondering which one is best for system performance. And also do you think that quicktime video could have same quality with JPG image. Theoreticaly, yes. but what about processing. I think that im gonna try both. But JPGs sounds better.

ps. what was the library called ?
Re: What is the best solution for screen recording.
Reply #3 - Jun 5th, 2010, 6:42am
 
you can use processings movieMaker class
http://processing.org/reference/libraries/video/MovieMaker.html Its easy to use and you get your quicktime without the need to convert alot of images to a movie file.

you can setup different kind of codecs and quality settings. PhiLho once did a good comparison of those http://processing.org/discourse/yabb2/num_1211318862.html
Re: What is the best solution for screen recording.
Reply #4 - Jun 6th, 2010, 12:17pm
 
Cedric wrote on Jun 5th, 2010, 6:42am:
you can use processings movieMaker class
http://processing.org/reference/libraries/video/MovieMaker.html Its easy to use and you get your quicktime without the need to convert alot of images to a movie file.

you can setup different kind of codecs and quality settings. PhiLho once did a good comparison of those http://processing.org/discourse/yabb2/num_1211318862.html


worked awesome !
thank you very much cedric. well appreciated.
you guys in this discourse is, brilliant.
thank you both.
Re: What is the best solution for screen recording.
Reply #5 - Jun 8th, 2010, 1:10pm
 
I'm using Camtasia for all screen capture and have found it very easy to use and very flexible
Re: What is the best solution for screen recording.
Reply #6 - Jun 9th, 2010, 2:15am
 
I use democreator to create some simple Photoshop tutorial videos and upload to youtube. It has a build video/audio editor and supports 720P HD.

ScreenFlow for MAC does the same thing and has more editing features. I also bought it.
Re: What is the best solution for screen recording.
Reply #7 - Jun 9th, 2010, 2:19am
 
These screen capture programms are probably a good solution if you want to showcase how to use your sketch, you see the mouse. the windowframe, the menue if there is one. But for exporting a processing animation as video, i would still recommend the movie export.
Re: What is the best solution for screen recording.
Reply #8 - Jun 9th, 2010, 7:55am
 
you can check CamStudio[dot]org, its a good software.
Re: What is the best solution for screen recording.
Reply #9 - Jun 9th, 2010, 11:10am
 
Cedric wrote on Jun 9th, 2010, 2:19am:
These screen capture programms are probably a good solution if you want to showcase how to use your sketch, you see the mouse. the windowframe, the menue if there is one. But for exporting a processing animation as video, i would still recommend the movie export.

Agreed,

you can even use noCursor() with screen capture softwares, ( i was gonna ) but think that purpose of recording is important.

Tutorial-video kind of project cant be done with movie export, but for purposes like recording the performance, recording the animation etc. it is remarkable.

Also, for macOS, there in no much options with capture softwares.

cheers everybody replied my question.
Re: What is the best solution for screen recording.
Reply #10 - Jun 9th, 2010, 11:25am
 
oh another really important thing i forgot to mention. When using the video export function. it doesnt matter how fast/slow your program runs. If you draw thousands of particles and you just get a few frames per second it still runs at the right speed when using the quicktime export.
Page Index Toggle Pages: 1