Re: [livecode] haskell

From: alex <alex_at_slab.org>
Date: Sun, 23 Jul 2006 20:34:07 +0100

On Sun, 2006-07-23 at 20:29 +0200, Atte André Jensen wrote:
> Nice.
>
> A bit OT, but what software did you use to capture the movie?

I think it's OT :)

A patched version of ffmpeg, as per these instructions:
  http://ubuntu.wordpress.com/2006/06/08/how-to-create-a-screencast-in-ubuntu/

I reduced the framerate somewhat, but otherwise that's what I did.

I think the headers may be corrupted, maybe because I quit with ctrl-c instead of pressing c.

I made this script which allows you to click on the window you want to grab:

#!/bin/bash
xwininfo|perl -e '$_ = join("", <STDIN>); my($x) = /X:\s+(\d+)/s; my($y) = /Y:\s+(\d+)/; my ($w) = /Width:\s+(\d+)/; my ($h) = /Height:\s+(\d+)/; $h++ if $h %2; $w++ if $w %2; system("ffmpeg -vcodec mpeg4 -b 1000 -r 4 -g 300 -vd x11:$x,$y -s ${w}x$h $ARGV[0]\n")' $1

There is made-for-purpose screencast software available but it
coredumped on my laptop and didn't record sound.

Cheers

alex
Received on Sun Jul 23 2006 - 19:34:56 BST

This archive was generated by hypermail 2.4.0 : Sun Aug 20 2023 - 16:02:23 BST