That's what I switched to and works for the most part.

I found that I had problems editing or viewing the resulting Ogg file
on some platforms so I use this ffmpeg based script to transcode the
file:

#!/bin/bash

INPUT_FILE=$1
OUTPUT_FILE=$2

ffmpeg -i ${INPUT_FILE} -s 960x720 -vcodec mpeg4 ${OUTPUT_FILE}

On Fri, Feb 20, 2009 at 4:16 AM, Hew McLachlan <[email protected]> wrote:
> Istanbul appears to be unmaintained, so these bugs have just never been
> fixed. For those that are not aware, gtk-recordmydesktop is an
> application which provides similar functionality to istanbul, and may be
> useful for users that just want a stable screencasting app.
>
> --
> Istanbul freezes when recording ends with Record Sound
> https://bugs.launchpad.net/bugs/63996
> You received this bug notification because you are a direct subscriber
> of the bug.
>

-- 
Istanbul freezes when recording ends with Record Sound
https://bugs.launchpad.net/bugs/63996
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to