Thanks a lot Raghu, Wink seems very straightforward and useful! Knut
On Mon, Dec 13, 2010 at 6:56 AM, Raghu Mittal <[email protected]> wrote: > Hi > We generally use Wink for our screen capture purposes, and its very easy to > use and edit recorded stuff. The best part about it is that it creates very > small and optimized videos. You can know more about it here: > http://www.debugmode.com/wink/ > Regards > Raghu > > On Sat, Dec 11, 2010 at 2:53 AM, Knut Staring <[email protected]> wrote: >> >> Thanks a lot - will try it out! >> >> Also, this tool was mentioned on the dhis2 dev list: >> http://www.screencast-o-matic.com/ >> >> Cheers, >> Knut >> >> On Fri, Dec 10, 2010 at 10:17 PM, Sarah Bird <[email protected]> wrote: >> > Hi, >> > It was actually a bit of a hack job, almost no editing just all one >> > take. I >> > had a .jpg as my initial screen and then I just switched into a full >> > screen >> > browser. >> > My laptop is ubuntu and I started off trying gtkrecordmydesktop but in >> > the >> > end I just used the command line and ffmpeg - quite nerdy I know. I >> > found a >> > howto guide somewhere on the ubuntu forums (which I can't find the link >> > to >> > now) but in the end the command I used were: >> > screen capture >> > ffmpeg -f alsa -ac 2 -i pulse -f x11grab -r 30 -s 1024x768 -i :0.0 >> > -acodec >> > pcm_s16le -vcodec libx264 -vpre lossless_ultrafast -threads 0 output.mkv >> > convert to mp4 >> > ffmpeg -i output.mkv -acodec libfaac -ab 128k -ac 2 -vcodec libx264 >> > -vpre >> > libx264-lossless_slow -crf 22 -threads 0 our-final-product.mp4 >> > A couple of times, for the longer videos, I needed to piece together a >> > few >> > .mkv files, for that I used mkvmerge. >> > Sorry, probably not very helpful, I just wanted to focus on making the >> > screencasts and this was the quickest way I could find to put together >> > the >> > video. >> > >> > All the best, >> > Sarah Bird >> > On Fri, Dec 10, 2010 at 11:44 AM, Knut Staring <[email protected]> wrote: >> >> >> >> Dear Sarah, >> >> >> >> We admire the nice videos you have put together for OpenXdata >> >> http://doc.openxdata.org/tag/ >> >> >> >> Could you let us know what tools you used to make them? >> >> >> >> Thanks a lot, >> >> Knut (DHIS 2) >> >> >> >> ---------- Forwarded message ---------- >> >> From: Ola Hodne Titlestad <[email protected]> >> >> Date: Fri, Dec 10, 2010 at 8:39 PM >> >> Subject: Re: [Dhis2-devs] Nice videos on the OXD site >> >> To: Knut Staring <[email protected]> >> >> Cc: DHIS 2 developers <[email protected]> >> >> >> >> >> >> What are the good (and free) tools for making such videos? >> >> I know that the Kenyan team wants to make some videos as part of their >> >> training material. >> >> ---------------------------------- >> >> Ola Hodne Titlestad (Mr) >> >> HISP >> >> Department of Informatics >> >> University of Oslo >> >> >> >> Mobile: +47 48069736 >> >> Home address: Vetlandsvn. 95B, 0685 Oslo, Norway. Googlemaps link >> >> >> >> >> >> On 10 December 2010 17:51, Knut Staring <[email protected]> wrote: >> >> > >> >> > Some inspiration: >> >> > >> >> > http://doc.openxdata.org/tag/video >> >> > >> >> > -- >> >> > Cheers, >> >> > Knut Staring >> >> > >> >> > _______________________________________________ >> >> > Mailing list: https://launchpad.net/~dhis2-devs >> >> > Post to : [email protected] >> >> > Unsubscribe : https://launchpad.net/~dhis2-devs >> >> > More help : https://help.launchpad.net/ListHelp >> >> >> >> >> >> >> >> >> >> -- >> >> Cheers, >> >> Knut Staring >> > >> > >> >> >> >> -- >> Cheers, >> Knut Staring >> >> -- >> You received this message because you are subscribed to the Google Groups >> "openXdata Developers" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/openxdata-dev?hl=en. >> > > -- > You received this message because you are subscribed to the Google Groups > "openXdata Developers" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/openxdata-dev?hl=en. > -- Cheers, Knut Staring _______________________________________________ Mailing list: https://launchpad.net/~dhis2-devs Post to : [email protected] Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp

