From owner-freebsd-multimedia@FreeBSD.ORG Thu Jul 22 20:53:53 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 442E416A4CE for ; Thu, 22 Jul 2004 20:53:53 +0000 (GMT) Received: from www.eugeneglass.com (64-42-83-115.atgi.net [64.42.83.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E524643D3F for ; Thu, 22 Jul 2004 20:53:52 +0000 (GMT) (envelope-from jakemsr@jakemsr.com) Received: from funk.gsky.dom (64-42-83-114.atgi.net [64.42.83.114]) by www.eugeneglass.com (8.13.0/8.13.0) with ESMTP id i6MKsddZ003939 for ; Thu, 22 Jul 2004 13:54:17 -0700 (PDT) Received: from funk.gsky.dom (jakemsr@localhost.gsky.dom [127.0.0.1]) by funk.gsky.dom (8.13.0/8.13.0) with ESMTP id i6MKrd1u031938 for ; Thu, 22 Jul 2004 13:53:17 -0700 (PDT) Received: (from jakemsr@localhost) by funk.gsky.dom (8.13.0/8.13.0/Submit) id i6MKrc70030488 for freebsd-multimedia@freebsd.org; Thu, 22 Jul 2004 13:53:16 -0700 (PDT) Date: Thu, 22 Jul 2004 13:53:16 -0700 From: Jacob Meuser To: freebsd-multimedia@freebsd.org Message-ID: <20040722205338.GA4644@funk.gsky.dom> References: <4100209F.6060903@tellme3times.com> <000401c4702b$b92bda20$910e13ac@METALLER> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000401c4702b$b92bda20$910e13ac@METALLER> User-Agent: Mutt/1.4.2i Subject: Re: CD+G 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: Thu, 22 Jul 2004 20:53:53 -0000 On Fri, Jul 23, 2004 at 12:37:29AM +0400, Dmitriy Startsev wrote: > Hello, Chris! > You wrote to "Vulpes Velox" on Thu, 22 Jul 2004 > 16:16:31 -0400: > > C> Tried that. It creates one audio track and not the intended result. I > C> even tried > > C> dd of=/dev/acd0c if=imagefile bs=2352. (Due to desperation) > > C> Tried cdrdao copy. Gets the audio only. > > C> I can get the audio tracks but not the graphics... > > C> I know my burner supports CD+G > > You need something that supports sub-channel copying. Sorry, but nothing > comes to my mind about what it might be. > > With best regards, Dmitriy Startsev. $ man readcd ... -clone Do a clone read. Read the CD with all sub-channel data and a full TOC. ... readcd is the best way to get images off CDs, IMO. --