From owner-freebsd-questions@FreeBSD.ORG Wed Mar 1 09:17:12 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C519416A420 for ; Wed, 1 Mar 2006 09:17:12 +0000 (GMT) (envelope-from sveinhal@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5427643D45 for ; Wed, 1 Mar 2006 09:17:12 +0000 (GMT) (envelope-from sveinhal@gmail.com) Received: by xproxy.gmail.com with SMTP id s15so56591wxc for ; Wed, 01 Mar 2006 01:17:11 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=tdQ+EtUugJYEJjR6aPMrEA9tMWj6mj1g59mExcZJWbV3MzibSaSYDOH5PgM2FuVkEwwxzX/0aRqNH5fPRBI+jq8K8FdF2xRxV6SQgefE2hm6j/GqTPUWSKMAVV9/XFTn2ZCagc3DrNeWkk2hOycZqqIFbwfza6kmgwWHhDsQlU4= Received: by 10.70.116.13 with SMTP id o13mr1682691wxc; Wed, 01 Mar 2006 01:17:11 -0800 (PST) Received: by 10.70.117.9 with HTTP; Wed, 1 Mar 2006 01:17:11 -0800 (PST) Message-ID: Date: Wed, 1 Mar 2006 10:17:11 +0100 From: "Svein Halvor Halvorsen" Sender: sveinhal@gmail.com To: Matthias.Apitz@sisis.de In-Reply-To: <20060228114219.GA7338@rebelion.Sisis.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20060228114219.GA7338@rebelion.Sisis.de> Cc: freebsd-questions@freebsd.org Subject: Re: capturing a desktop demonstration as a movie X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Mar 2006 09:17:12 -0000 On 2/28/06, guru@sisis.de wrote: > Is there somehow a tool (in the ports) to capture a (KDE-) desktop of > FreeBSD while doing a presentation of some kind of software to create > a movie of this, for example as a *.avi file? You could go via vnc. It can save vnc-sessions to special vnc-files, which you later could convert to an avi, mpg, swf, whatever using e.g transcode. Both are in ports. Svein Halvor