From owner-freebsd-multimedia@FreeBSD.ORG Wed Jun 30 15:14:22 2004 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 CAE0C16A4CE for ; Wed, 30 Jun 2004 15:14:22 +0000 (GMT) Received: from abigail.blackend.org (blackend.org [212.11.35.229]) by mx1.FreeBSD.org (Postfix) with ESMTP id C922143D3F for ; Wed, 30 Jun 2004 15:14:21 +0000 (GMT) (envelope-from marc@blackend.org) Received: from abigail.blackend.org (localhost [127.0.0.1]) i5UFDcRY086379; Wed, 30 Jun 2004 17:13:38 +0200 (CEST) (envelope-from marc@abigail.blackend.org) Received: (from marc@localhost) by abigail.blackend.org (8.12.11/8.12.11/Submit) id i5UFDbId086378; Wed, 30 Jun 2004 17:13:38 +0200 (CEST) (envelope-from marc) Date: Wed, 30 Jun 2004 17:13:37 +0200 From: Marc Fonvieille To: Chris Message-ID: <20040630151337.GA81868@abigail.blackend.org> References: <40E2D15A.4020107@tellme3times.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <40E2D15A.4020107@tellme3times.com> User-Agent: Mutt/1.4.2.1i X-Useless-Header: blackend.org X-Operating-System: FreeBSD 4.10-PRERELEASE cc: freebsd-multimedia@freebsd.org Subject: Re: VCD Creation 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: Wed, 30 Jun 2004 15:14:22 -0000 On Wed, Jun 30, 2004 at 10:42:34AM -0400, Chris wrote: > Hello All, > > I have a Canon PowerShot S1 IS and would like to create home movies > which I can play on my DVD. I have a cd burner not a DVD burner. > > I can access the JPEG's and the AVI's through gphoto2. I have access > also through KDE and digikam. avidemux2 allows me to edit the films. But > I am unable to burn VCD's. > > I convert the AVI with vcdimager to a .bin and .cue and the I waste my > CD's with > > burncd -f /dev/acd0c -d vcd videocd.bin > > > I am wondering how others manage their home movies? Is their other > software which will help? Has anyone created a vcd with burncd? > Use cdrdao to burn a cue/bin image. You should consult: http://www.bsdnews.org/01/vcd.php which covers the VCD creation/burning under FreeBSD. Marc