I found CamStudio at http://camstudio.org/ which is open source and seems to work well. It gives very good quality capture. It captures both the screen and voice if desired. You can choose a screen region or the whole screen. It creates an AVI file of the session.
On Sat, Sep 12, 2009 at 10:42 AM, Alex Rufon <[email protected]>wrote: > Hi. > > Just wondering if somebody can suggest a screen capture application that we > can use to make J video tutorials/demos. > > I currently use the free software: Wink by DebugMode which you can checkout > here: http://www.debugmode.com/wink/ > > I normally use that product for technical support where I would simulate > the problem and solution on my PC and send the "video" to the tech support > people on the other side of the world. It actually works well since I would > just dump the flash files in our Intranet FTP site. > > I was thinking about this since after watching Oleg's sample site I believe > producing video tutorials to explain concepts and ideas behind J would be > very very useful. One topic that this can cover is handling ranks. You see, > when I was starting our, I've read about ranks but it only made sense to me > when Chris actually opened a J session and "showed" it to me. A video > tutorial could really ease a lot of learning curve for J newbie's. There are > a lot of subtleties that isn't covered by the reading materials and would > show up when you're actually mucking around a J session. > > Going back to my original topic, Wink would work but my experience with it > is that a really useful video content averages from 20MB and above. Maybe > somebody knows of an alternative product we can use? > > r/Alex > > ________________________________________ > From: [email protected] [[email protected]] On Behalf Of > Sherlock, Ric [[email protected]] > Sent: Saturday, September 12, 2009 1:57 PM > To: [email protected] > Subject: Re: [Jwiki] Video embedding > > Looks very good! > > > From: Oleg Kobchenko > > > > Instead of a "YouTube" macro, there is already EmbedObject > > macro provided in MoinMoin. The only thing it requires is > > allowing certain mimy types. > > http://www.jsoftware.com/jwiki/HelpOnMacros/EmbedObject > > > > I did it on J server and it works. See > > http://www.jsoftware.com/jwiki/WikiSandBox > > > > This is what is now added to wiki config: > > > > # Security ------------------------------------------- > > mimetypes_xss_protect = ['text/html', 'application/xhtml+xml'] > > mimetypes_embed = ['application/x-shockwave-flash'] > > > > This means explicit deny embedding HTML, and explicitly allow Flash. > > > > Let me know if there are any objections to this approach. > > > > > > > > > > ----- Original Message ---- > > > From: Oleg Kobchenko <[email protected]> > > > > > > Note: most screencasts are done and viewed in HD. > > > I'll ask Brian Schott which resolution was used, but > > > it looks like 1024x768, which is optimal to view on > > > 1280x800 screen or fullscreen without going to larger > > > fonts. > > > > > > > > > > > > > From: "Sherlock, Ric" > > > > > > > > Sounds like a good idea to me. I'd go for the SD default myself I > > think. > > > > > > > > > From: Oleg Kobchenko > > > > > > > > > > We should probably consider adding a YouTube embedding macro for > > > > > MoinMoin. There are a couple on Macro Market, but they could be > > > > > extended to add width/height. > > > > > > > > > > <> > > > > > > > > > > <> ## defaults to 425 by 344 > > > > > > > > > > Quality could be either a parameter or a part of URL. > > > > > There may also be a comment to switch to HD to see more > > > > > details or to start with HD and prompt to select SD for > > > > > slow connection. > > > > > > > > > > > > > > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
