dvdrecord?

2005-12-15 Thread Wojciech Puchar
why there is no dvdrecord in ports? it was available in NetBSD, and i used it for recording DVD-R? or maybe other tool? (but not growisofs that works good with DVD+R only) ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman

Re: dvdrecord?

2005-12-15 Thread Giorgos Keramidas
On 2005-12-15 16:56, Wojciech Puchar [EMAIL PROTECTED] wrote: why there is no dvdrecord in ports? it was available in NetBSD, and i used it for recording DVD-R? or maybe other tool? (but not growisofs that works good with DVD+R only) Note that I haven't recorded any DVD's yet

Re: dvdrecord?

2005-12-15 Thread Wojciech Puchar
used it for recording DVD-R? or maybe other tool? (but not growisofs that works good with DVD+R only) Note that I haven't recorded any DVD's yet, but: - Is burncd(8) not good enough? yes - If not, why? because it burns only CDs not DVDs, at least as Soren stated.

Re: dvdrecord?

2005-12-15 Thread Andrew L. Gould
On Thu, 15 Dec 2005 16:56:25 +0100 (CET) Wojciech Puchar [EMAIL PROTECTED] wrote: why there is no dvdrecord in ports? it was available in NetBSD, and i used it for recording DVD-R? or maybe other tool? (but not growisofs that works good with DVD+R only

Re: dvdrecord?

2005-12-15 Thread Wojciech Puchar
image with it, now 800MB and still going. anyway it can't record DVD-R from pipe, and can't have extra RAM buffer. dvdrecord CAN write from pipe in -dao mode if size is entered in options i were using that script: mkisofs -rq -jcharset iso8859-2 . 2/dev/null| \ dvdrecord $* -v tsize=`mkisofs -rq

Re: dvdrecord?

2005-12-15 Thread Giorgos Keramidas
On 2005-12-15 17:11, Wojciech Puchar [EMAIL PROTECTED] wrote: used it for recording DVD-R? or maybe other tool? (but not growisofs that works good with DVD+R only) Note that I haven't recorded any DVD's yet, but: - Is burncd(8) not good enough? yes - If not, why? because it burns

Re: dvdrecord?

2005-12-15 Thread Wojciech Puchar
I may be very wrong, but the manpage in CURRENT (and 6.0-RELEASE) says, among other things: dvdrw Set the write mode to write a DVD+RW from the following image. DVDs only have one track. +RW i mean -R ___

Re: dvdrecord?

2005-12-15 Thread Marc Fonvieille
, is a little misleading in this regard. i'n now writing DVD-R from image with it, now 800MB and still going. anyway it can't record DVD-R from pipe, and can't have extra RAM buffer. dvdrecord CAN write from pipe in -dao mode if size is entered in options i were using that script: mkisofs

Re: dvdrecord?

2005-12-15 Thread Chuck Swiger
, and can't have extra RAM buffer. dvdrecord CAN write from pipe in -dao mode if size is entered in options i were using that script: mkisofs -rq -jcharset iso8859-2 . 2/dev/null| \ dvdrecord $* -v tsize=`mkisofs -rq -jcharset iso8859-2 --print-size .` x2k -delay=5 driveropts=burnfree -dao

Re: dvdrecord?

2005-12-15 Thread Andrew L. Gould
name, dvd+rw-tools, is a little misleading in this regard. i'n now writing DVD-R from image with it, now 800MB and still going. anyway it can't record DVD-R from pipe, and can't have extra RAM buffer. dvdrecord CAN write from pipe in -dao mode if size is entered in options i were

Re: dvdrecord?

2005-12-15 Thread Wojciech Puchar
-delay=5 driveropts=burnfree -dao - [...] Well, does it really beat a growisofs -dvd-compat -Z /dev/cd0 -J -R /path/to/yourdata (which works fine with -/+R)? are you sure it works with -R? manual says that only images can be recorded with DVD-R

Re: dvdrecord?

2005-12-15 Thread Wojciech Puchar
- it may not :) already recorded 800 DVD's without single failed. However, there's room for more tools in ports, so if you like dvdrecord enough to want to use it under FreeBSD, why not port it yourself? because i'm asking why it wasn't first - i'm sure that there are many people who needs

Re: dvdrecord?

2005-12-15 Thread Wojciech Puchar
extensions on a DVD: growisofs -Z /dev/dvd -R -J /some/files To append more data to same DVD: growisofs -M /dev/dvd -R -J /more/files To use growisofs to write a pre-mastered ISO-image to a DVD: growisofs -dvd-compat -Z /dev/dvd=image.iso Andrew i will try

Re: dvdrecord?

2005-12-15 Thread Dev Tugnait
On Thu, 2005-12-15 at 18:09 +0100, Wojciech Puchar wrote: -delay=5 driveropts=burnfree -dao - [...] Well, does it really beat a growisofs -dvd-compat -Z /dev/cd0 -J -R /path/to/yourdata (which works fine with -/+R)? are you sure it works with -R? To use growisofs to write a

Re: dvdrecord?

2005-12-15 Thread Marc Fonvieille
On Thu, Dec 15, 2005 at 06:09:40PM +0100, Wojciech Puchar wrote: -delay=5 driveropts=burnfree -dao - [...] Well, does it really beat a growisofs -dvd-compat -Z /dev/cd0 -J -R /path/to/yourdata (which works fine with -/+R)? are you sure it works with -R? I'm sure of it. manual

Re: dvdrecord?

2005-12-15 Thread Wojciech Puchar
What is this long discussion for? Instead of attempting to burn a disc you're asking the same questions repeatedly. For the last time yes it can burn -/+/+RW/-RW yes it can - just finished recording second DVD from directly files and dvdrecord looks like obsolete. thank you. BTW - anyone

Re: dvdrecord?

2005-12-15 Thread Chuck Swiger
) flag: -use-the-force-luke=dao. However, there's room for more tools in ports, so if you like dvdrecord enough to want to use it under FreeBSD, why not port it yourself? because i'm asking why it wasn't first - i'm sure that there are many people who needs this dvd+rw-tools was added to ports

Re: dvdrecord?

2005-12-15 Thread Wojciech Puchar
On decent hardware, there shouldn't be a problem, especially if your burner can handle underruns. However, I get bug reports from people using older burners with no burnproof still no problems on PII/400 with 160GB IDE drive. There's also burncd by Soren, which works fine for CD-R/RW