gramofile, mkisofs howto??

2002-12-17 Thread paulbeard
I am trying to digitize my old vinyl records and I am somehow missing 
something along the way. I can make wav files from the records with 
gramofile and from there, I can make an image with mkisofs, mount it 
with vnconfig and play the wav files. I can even play the wav files on 
a CD burned from that image.

But a CD player will not see the CD as usable. Is there some kind of 
header I need to put on the image? I have R-ed the FM but no luck so 
far. Surely I'm not the first person to try this? 


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: gramofile, mkisofs howto??

2002-12-17 Thread Stijn Hoop
On Tue, Dec 17, 2002 at 12:08:04AM -0800, [EMAIL PROTECTED] wrote:
 I am trying to digitize my old vinyl records and I am somehow missing 
 something along the way. I can make wav files from the records with 
 gramofile and from there, I can make an image with mkisofs, mount it 
 with vnconfig and play the wav files. I can even play the wav files on 
 a CD burned from that image.
 
 But a CD player will not see the CD as usable. Is there some kind of 
 header I need to put on the image? I have R-ed the FM but no luck so 
 far. Surely I'm not the first person to try this? 

An audio CD does *not* have a filesystem on it; you should not use
mkisofs to make an iso before you burn one. Instead, use something like

# burncd audio track1.wav track2.wav track3.wav fixate

Then you'll be set.

See also the handbook online, at

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/creating-cds.html

especially the 'Duplicating Audio CDs' part.

HTH,

--Stijn

-- 
The very powerful and the very stupid have one thing in common.  Instead of
altering their views to fit the facts, they alter the facts to fit their views
... which can be very uncomfortable if you happen to be one of the facts that
needs altering.
-- Doctor Who, Face of Evil



msg12340/pgp0.pgp
Description: PGP signature


Re: gramofile, mkisofs howto??

2002-12-17 Thread paul beard
Stijn Hoop wrote:




An audio CD does *not* have a filesystem on it; you should not use
mkisofs to make an iso before you burn one. Instead, use something like

# burncd audio track1.wav track2.wav track3.wav fixate

Then you'll be set.

See also the handbook online, at

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/creating-cds.html

especially the 'Duplicating Audio CDs' part.


yes, of course. Cockpit fog . . . .

I think I was fixated in mkisofs because I wanted a volume name to 
show up if I inserted the disk into one of the other Leading 
Brands' machines.

--
Paul Beard: seeking UNIX/internet engineering work
in Seattle area. Details available below:
	http://paulbeard.no-ip.org/paulbeard.html

Reader, suppose you were an idiot.  And suppose you were a member of
Congress.  But I repeat myself.
		-- Mark Twain


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


cdrdao toc-files/gcdmaster [was Re: gramofile, mkisofs howto??]

2002-12-17 Thread paul beard
It looks like what I need to use to make audio CDs that look like 
the ones I can buy (ie, you insert into a Cd drive and the name of 
the CD shows up as a mountpoint) is cdrdao. I don't see any 
options for cdrecord to write a volume label.

The port of cdrdao doesn't have the UI (gcdmaster) so I'll need to 
be making the necessary toc-files by hand. Has anyone done this? 
Any pointers?

--
Paul Beard: seeking UNIX/internet engineering work
in Seattle area. Details available below:
	http://paulbeard.no-ip.org/paulbeard.html

Truly great madness can not be achieved without significant
intelligence.
		-- Henrik Tikkanen


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message


Re: cdrdao toc-files/gcdmaster [was Re: gramofile, mkisofs howto??]

2002-12-17 Thread Fernando Gleiser
On Tue, 17 Dec 2002, paul beard wrote:

 It looks like what I need to use to make audio CDs that look like
 the ones I can buy (ie, you insert into a Cd drive and the name of
 the CD shows up as a mountpoint) is cdrdao. I don't see any
 options for cdrecord to write a volume label.

 The port of cdrdao doesn't have the UI (gcdmaster) so I'll need to
 be making the necessary toc-files by hand. Has anyone done this?
 Any pointers?

Look at the cdrdao docs. man cdrdao has a section explaining the format
of the toc files. If that fails, you can try searching the cdrdao
mailing lists and project's web page.


Fer


 --
 Paul Beard: seeking UNIX/internet engineering work
 in Seattle area. Details available below:
   http://paulbeard.no-ip.org/paulbeard.html

 Truly great madness can not be achieved without significant
 intelligence.
   -- Henrik Tikkanen


 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with unsubscribe freebsd-questions in the body of the message



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: cdrdao toc-files/gcdmaster [was Re: gramofile, mkisofs howto??]

2002-12-17 Thread paul beard
Fernando Gleiser wrote:



Look at the cdrdao docs. man cdrdao has a section explaining the format
of the toc files. If that fails, you can try searching the cdrdao
mailing lists and project's web page.


Yeah, I've read those. They didn't help. Wading through the (to 
me) cryptic file format for this is joyless and it's made more os 
by the knowledge there is a UI that ships with this but isn't in 
ports.

I was hoping someone who had used cdrdao would chime in.


--
Paul Beard: seeking UNIX/internet engineering work
in Seattle area. Details available below:
	http://paulbeard.no-ip.org/paulbeard.html

Underlying Principle of Socio-Genetics:
	Superiority is recessive.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message