From owner-freebsd-multimedia Mon Mar 29 3:17: 5 1999 Delivered-To: freebsd-multimedia@freebsd.org Received: from fleming.cs.strath.ac.uk (fleming.cs.strath.ac.uk [130.159.196.126]) by hub.freebsd.org (Postfix) with ESMTP id D8F9014D1B for ; Mon, 29 Mar 1999 03:16:58 -0800 (PST) (envelope-from roger@cs.strath.ac.uk) Received: from cs.strath.ac.uk (scary.dmem.strath.ac.uk [130.159.202.5]) by fleming.cs.strath.ac.uk (8.8.8/8.8.8) with ESMTP id MAA28319 Mon, 29 Mar 1999 12:15:50 +0100 (BST) Message-ID: <36FF60FC.2725D448@cs.strath.ac.uk> Date: Mon, 29 Mar 1999 12:16:12 +0100 From: Roger Hardiman Organization: Strathclyde University X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 3.1-RELEASE i386) MIME-Version: 1.0 To: crh@outpost.co.nz Cc: Christoph Kukulies , multimedia@FreeBSD.ORG Subject: Re: off topic - video compression .avi -> .mov References: <199903290845.UAA26508@fep1-orange.clear.net.nz> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-multimedia@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Craig, Chris, We did exactly this last week in our Telepresence Lab. (Well, Jen did actually) 1) we captured video using Windows with a Hauppauge TV card making an uncompressed AVI file (very very large) 2) we hacked xamin (which can play uncompressed AVI files) to output each frame as a PPM file. This needs even more disk space 3) the mpeg compressor can take in a directory full of ppm files, one file for each frame. So, all the code for this is in FreeBSD. It would be nice to hack the mpeg encoder to read uncompressed avi files directly. Hacking was performed by Jen Clark, jen@telepresence.dmem.strath.ac.uk I'll ask her to write up exactly what she did and post it here. Bye Roger To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-multimedia" in the body of the message