Comment 49 for bug 63996

Revision history for this message
Jim J (morlockhq) wrote : Re: [Bug 63996] Re: Istanbul freezes when recording ends with Record Sound

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 address hidden> 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.
>