From owner-freebsd-multimedia@FreeBSD.ORG Fri Apr 8 05:26:10 2005 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C02616A4CE for ; Fri, 8 Apr 2005 05:26:10 +0000 (GMT) Received: from mail231.csoft.net (resin.csoft.net [63.111.22.86]) by mx1.FreeBSD.org (Postfix) with SMTP id 55B5743D46 for ; Fri, 8 Apr 2005 05:26:09 +0000 (GMT) (envelope-from jakemsr@jakemsr.com) Received: (qmail 14809 invoked from network); 8 Apr 2005 05:31:27 -0000 Received: from unknown (HELO puff.jakemsr.gom) (63.111.27.87) by mail231.csoft.net with SMTP; 8 Apr 2005 05:31:27 -0000 Received: (from jakemsr@jakemsr.com) by puff.jakemsr.gom (mini_sendmail/1.3.5 16nov2003); Thu, 07 Apr 2005 22:26:07 PDT (sender jakemsr@puff.jakemsr.gom) Date: Thu, 7 Apr 2005 22:26:07 -0700 From: Jacob Meuser To: FreeBSD Multimedia Message-ID: <20050408052607.GC7739@puff.jakemsr.gom> Mail-Followup-To: FreeBSD Multimedia References: <20050408140100.1d4fee0e@bofh.spyderweb.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050408140100.1d4fee0e@bofh.spyderweb.com.au> User-Agent: Mutt/1.4.2i Subject: Re: DVD burning question X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Apr 2005 05:26:10 -0000 On Fri, Apr 08, 2005 at 02:01:00PM +0930, Tim Aslat wrote: > Hi All, > > Hopefully this is the right forum for this question, if not I apologise > in advance. > > I'm trying to create a security application using FreeBSD as the base > OS, with a combination of other open source software, a video capture > card (Hauppauge PVR-350) and a couple of DVD burners. > > The people I'm developing it for want me to re-build it to enable > on-the-fly burning of the captured video stream, instead of capturing > to HDD then transcoding, etc. I'm not entirely sure this is possible, > and would like to know other people's experiences or suggestions. I'm not aware of anything that can create DVD file systems on the fly. I'm pretty sure you have to know the VOB sizes to make the IFOs. But maybe you weren't really making DVDs, just using DVD media for more space on a disk? --