Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Apr 2003 19:34:19 -0400
From:      "David S. Jackson" <deepbsd@earthlink.net>
To:        Nathan <ndo1985@farmerstel.com>, freebsd-questions@freebsd.org
Subject:   Re: burncd audio
Message-ID:  <20030413233419.GA1312@sylvester.dsj.net>
In-Reply-To: <200304101630.03017.ndo1985@farmerstel.com>
References:  <200304101630.03017.ndo1985@farmerstel.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Apr 10, 2003 at 04:30:02PM -0500 Nathan <ndo1985@farmerstel.com> wrote:
> how can i burn audio cds, i can burn data cds fine, but when it comes
> to audio it gives -1 of xxxxxx bytes burned, i converted the mp3s to
> wavs like i was told to, i have 4.7 , using burncd

I create a list of files in the wav directory.  Then I do a 

files=`cat files.txt`
burncd -(arguments here) ${files} (other arguments)

Seems to work fine.

-- 
David S. Jackson                        dsj@dsj.net
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
I thought there was something fishy about the butler.
Probably a Pisces, working for scale.
		-- Firesign Theatre, "The Further
		Adventures of Nick Danger"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030413233419.GA1312>