# mkisofs -o dvdimage.raw -r -J -udf ./test.file
mkisofs: Value too large for defined data type. File ./test.file is too
large - ignoring
Total translation table size: 0
Total rockridge attributes bytes: 169
Total directory bytes: 0
Path table size(bytes): 10
Max brk space used 5d84
288 extents written (0 Mb)

# mkisofs --version
mkisofs 2.0 (i686-pc-linux-gnu)



On Sun, 2003-01-19 at 17:58, Robert M. Stockmann wrote:
> 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



_______________________________________________
Dvdrtools-users mailing list
[EMAIL PROTECTED]
http://mail.nongnu.org/mailman/listinfo/dvdrtools-users

Reply via email to