this has not been written by me, but by frederick page, I've already submitted this to baldrick for inclusion as burning guide
Hi everybody,
ok, nobody likes to RTFM very much, so I'll try to keep it as short
as possible, first some URLsYou need at least cdrdao, cygwin1.dll and a working Adaptec ASPI.
- http://cdrdao.sourceforge.net
- http://www.cdrecord.org (Download, Alpha, Win32)
- http://www.brennmeister.com (artikel, ASPI) German website
If you have EAC or Feurio running, you most probably already have
a working ASPI, Nero unfortunately has it's own (proprietary) ASPI
hidden in it's directories, this will not work with other applications.
However: if you do install the Adaptec ASPI, Nero will be happy with
it, because it only uses it's own, regardless what's installed on
your system.
Although you might not have an SCSI burner, you still need to figure
out the "SCSI-ID" of your device, you can do that by
<TABLE BORDER=0 ALIGN=CENTER WIDTH=85%><TR><TD><font size=-1>Code:</font><HR ></TD></TR><TR><TD><FONT SIZE=-1><PRE>
cdrecord -scanbus
</PRE></FONT></TD></TR><TR><TD><HR size=1 color=black></TD></TR></TABLE>
or look at the numbers e.g. Feurio displays after selecting your device.
cdrecord might display something like that (this is my machine):
<TABLE BORDER=0 ALIGN=CENTER WIDTH=85%><TR><TD><font size=-1>Code:</font><HR ></TD></TR><TR><TD><FONT SIZE=-1><PRE>
Cdrecord 1.10 (i686-pc-cygwin) Copyright (C) 1995-2001 Jörg Schilling
Using libscg version 'schily-0.5'
scsibus0:
0,0,0 0) 'IBM ' 'DDYS-T18350N ' 'S93E' Disk
0,1,0 1) *
0,2,0 2) *
0,3,0 3) 'TOSHIBA ' 'DVD-ROM SD-M1401' '1008' Removable CD-ROM
0,4,0 4) *
0,5,0 5) 'PLEXTOR ' 'CD-R PX-W124TS' '1.07' Removable CD-ROM
0,6,0 6) *
0,7,0 7) HOST ADAPTOR
</PRE></FONT></TD></TR><TR><TD><HR size=1 color=black></TD></TR></TABLE>
So my CD-burner has 0,5,0 as device-id, yours might differ. Now you create an SVCD-image with vcdimager, something like:
<TABLE BORDER=0 ALIGN=CENTER WIDTH=85%><TR><TD><font size=-1>Code:</font><HR ></TD></TR><TR><TD><FONT SIZE=-1><PRE>
vcdimager -t svcd //d/MyDirectory/MyMPEGFile.mpg
</PRE></FONT></TD></TR><TR><TD><HR size=1 color=black></TD></TR></TABLE>
and end up with videocd.bin and videocd.cue, burn that with cdrdao:
<TABLE BORDER=0 ALIGN=CENTER WIDTH=85%><TR><TD><font size=-1>Code:</font><HR ></TD></TR><TR><TD><FONT SIZE=-1><PRE>
cdrdao write -v 2 --speed 12 --device 0,5,0 --eject videocd.cue
</PRE></FONT></TD></TR><TR><TD><HR size=1 color=black></TD></TR></TABLE>
Yes, it is that simple
There's a catch however: cdrdao burns only DAO (hence the name) your
burner might not be supported, because not all burners are capable of
DAO
Hopefully this will get you started.
Frederick Page (fpage@thebetteros.oche.de)
+ Reply to Thread
Results 1 to 2 of 2
-
-
btw, please post any comments/feedback/problems related to this guide right here in this thread...
for those who don't haven't got it yet, cdrdao (and cdrecord) is free software, which means you may use that tool without paying anything for as long as you wish while doing something completely legal
...maybe there's someone who want's to write a simple GUI for those tools? shouldn't take more than a afternoon for an experienced GUI programmer...)
Similar Threads
-
Windwos 7 fails burning Windows XP doesn't ...
By deepcut in forum Newbie / General discussionsReplies: 10Last Post: 4th Dec 2011, 06:33 -
Got windows 7 friday. Which dvd burning software is best for this platform
By snafubaby in forum Newbie / General discussionsReplies: 10Last Post: 10th Sep 2011, 22:34 -
TV Guide/Guide Plus+ After Feb. 2009
By handyguy in forum DVB / IPTVReplies: 0Last Post: 30th Oct 2008, 10:34 -
Burning a .dmg using Windows
By DW in forum ComputerReplies: 7Last Post: 25th Jul 2007, 12:28 -
Ripping and burning using Windows Vista
By dr. wai in forum DVD RippingReplies: 4Last Post: 14th May 2007, 05:58