On 19 Jan 2003, Bryan J. Smith wrote: > On Sun, 2003-01-19 at 16:40, Sean wrote: > > In my case I'm simply generating large audio/video files that > > occasionally run over 2GB in size. > > Have you considered UDF? > > Anyone checked: > A) The player support of UDF, and > B) If mkisofs has any 2GB file limitations when creating UDF >
# mkisofs -o dvdimage.raw -r -dvd-video /mnt/dvdrip/movie/DVDXCOPY and then # dvdrecord -v dev=2,1,0 -dao dvdimage.raw # mkisofs --version mkisofs 2.0 (i686-pc-linux-gnu) # dvdrecord --version dvdrtools v0.1.3 Portions (c) 2002-2003 Ark Linux <[EMAIL PROTECTED]> Based on: Cdrecord 1.11a15 (i686-pc-linux-gnu) Copyright (C) 1995-2001 J�rg Schilling Instead of -r -dvd-video one might use -r -J -udf . Robert -- Robert M. Stockmann - RHCE Network Engineer - UNIX Consultant crashrecovery.org [EMAIL PROTECTED] _______________________________________________ Dvdrtools-users mailing list [EMAIL PROTECTED] http://mail.nongnu.org/mailman/listinfo/dvdrtools-users
