Joe Shaw has issued a Call to Test Beagle CVS due to the overwhelming amount of new features and changes made. We would love to ship a 0.2.14 release of beagle soon, but we can’t do that until were sure that we don’t have any major regressions.
Since most users don’t want to build from CVS, in an attempt to make this testing phase easier, we are asking for packages of the current CVS if at all possible. Doing my part, I have set up a repo for Ubuntu Edgy with the current beagle CVS packaged. Just add deb http://kubasik.net/packages edgy-kkubasik main to your /etc/apt/sources.list and do the apt-get update && apt-get dist-upgrade dance.
I would like to note that there is also a deb-src component to this repo, but I make no promises about it. Also, as of this moment, the repository is signed, to import my key you should try: wget http://kubasik.net/packages/43337DF4.gpg -O- | sudo apt-key add -
Please try to contact me about a bug first if it appears to be with the packaging, otherwise Bugzilla.
Ok, I keep trying to make screencasts under linux for the longest time. Wink was a mild sucess but as it keeps getting more and more outdated, I keep having a harder time getting it to run on bleeding edge systems (most of the stuff that I really want to screencast). Istanbul worked for a while, and really has been doing a nice job on the UI, but a series of crashes/performance issues under Ubuntu have made it unusable for me (although some people have had better luck). Even after several attempts I have never had much success with xvidcap, or its horrendous user interface. This is where recordmydesktop steps in, a simple, functional solution to the screencasters woes.
Installation was a simple compile, I’m assuming most reading the Gnome Planet should be able to track down the dependencies for their distro, I already had everything I needed installed, you might want to try a
sudo apt-get build-dep istanbul
since the dependencies are probably about the same.
Actually making the screencast was simple and light on the processor, at 75% video quality and 15 fps I was able to open applications and perform basic tasks without issue. Once I had the screencast (a .ogg file) I started to play around with import/upload options for viewing online. Playback in totem with the xine backend worked fine by default, and actually obeyed the framerate correctly (big plus, since sometimes playback appears doubletime for most screencasters). An initial attempt at uploading to youtube was a failure, and youtube showed the videos length as 0 (not a bash at YouTube, since they do not claim to support .ogg). Slightly disheartened and concerned, I figured I would have to try and convert the file.
I was looking to keep this all GUI and not mandate any long funky mencoder/ffmpeg command line conversion strings, so I opened up kino (the closest thing to a default video editor under linux) and it imported the screencast with no issues. A quick visit to the export tab and about 30 seconds later I had a xvid encoded avi matching the youtube specifications for upload. I have the results below for viewing:
The only major issue I had with the whole process was that I run my screen at a cool 1920×1200, which at the YouTube recommended resolution of 320×240 looks fuzzy and unreadable. If anyone doubts the clarity of the original file, I have uploaded it here (please be gentle!).All in all, recordmydesktop was a great experience and the closest thing to seamless and painless screencasting for linux that I have seen to date.
EDIT:
For an Ubuntu install, you may also need this: sudo apt-get install libtheora-dev libasound-dev libvorbis-dev
Recent Comments