• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Screen Video Recording

crazychicken

Platinum Member
I wrote a plugin for maya that draws little spheres as markers once in a while. I would like to record my plugin "running" and hence drawing and deleting little spheres in my scene (the same as if i were doing stuff in maya myself). I tried to use some screen recording software but it seemed to be too slow to keep up.

Does anyone know of a good screen video capture program? (usually used to make tutorials and such I suppose)

Thanks!

Dave
 
Windows Media Encoder 9 Series is a freebie which can do screencapture, you might try that out.
 
Originally posted by: mechBgon
Windows Media Encoder 9 Series is a freebie which can do screencapture, you might try that out.

:thumbsup: WME9 works quite well for this.

I s'pose one problem may be required processing power. Running Maya plus plugins and on-the-fly compressing a screen capture at decent bitrate/resolution might require a good bit of power. You might try lowering your screen's resolution before starting.
 
I ended up writing doing the screen capture from the c++ code itself so I had complete control over when I got the frames. Annoying to do once, but very helpful for future jobs like this.
 
Back
Top