Re: [dev] HTML5 screencasts

2012-10-30 Thread Kai Hendry
On 28 October 2012 22:25, pancake wrote: > Pretty simple way to record a screencast. But i usually want to record them > on xnest at 640x480. My dualscreen setup generates too big videos. Yes, ffcast is better for you then. I actually prefer a smaller screen, or maybe I've been using Thinkpads f

Re: [dev] HTML5 screencasts

2012-10-28 Thread pancake
Pretty simple way to record a screencast. But i usually want to record them on xnest at 640x480. My dualscreen setup generates too big videos. Maybe you would like to modify this script to add Support to launch a xephyr/xnest and record there at a given resolution. Also streaming support (iceca

Re: [dev] HTML5 screencasts

2012-10-21 Thread Hugues Moretto-Viry
I like the idea but with recordmydesktop, I don't have to install many dependencies (usually libtheora, the others are already installed by moc). It's really useful for a minimal cast. Unfortunately your script is using ffmpeg which needs many more packages. And I dislike installing a bunch of depe

Re: [dev] HTML5 screencasts

2012-10-21 Thread hiro
what is this about? using webgl to record your desktop into the cloud?! On 10/21/12, Kai Hendry wrote: > Hi guys, > > Thought I'd share a new screencast tool that I've written over the weekend: > https://github.com/kaihendry/recordmydesktop2.0 > > Example output: > http://r2d2.webconverger.org/20

[dev] HTML5 screencasts

2012-10-21 Thread Kai Hendry
Hi guys, Thought I'd share a new screencast tool that I've written over the weekend: https://github.com/kaihendry/recordmydesktop2.0 Example output: http://r2d2.webconverger.org/2012-10-21/5seconds.html Might save you time struggling with ffmpeg. *ducks* Hopefully this will prompt Pancake to g