>From: Gregoire Favre <[EMAIL PROTECTED]>

>I use ds.jar to demux files recorded from VDR:

>java -jar /usr/local/bin/ds.jar -c /usr/local/etc/ds.ini -o tmp_dir "files_to_demux"

>And then:

>mplex -f 8 -S 400 -o file_name_with_path%d.mpg "demuxed_files"

>to have "real" mpeg files (I don't know why, but the -S don't work).
>Is someone able to use the -S switch?

>After that, to make a "DVD":

>ifogen -o /video2/tmp/VIDEO_TS/VTS "mpeg_files"
>tocgen /video2/tmp/VIDEO_TS

>If that don't make more or less 4.4 Gb, I put some files I want to backup
>in /video2/tmp/

>And then I use this script to burn:
>#!/bin/tcsh

>setenv SIZE `mkisofs -dvd-video -q -print-size -V $1 $2`
>setenv CDR_SECURITY 
>"8:dvd,clone,lowspeed:sparc-sun-solaris2,i386-pc-solaris2,i586-pc-linux,powerpc-apple,hppa,powerpc-ibm-aix,i386-unknown-freebsd,mips-sgi-irix,i386-pc-sco:1.11::1042635989:::private/research/educational_non-commercial_use:aCg/AHuy1PMxLCsx2xjfMAoBhFw0E3RhlOtAeuIWvw1SpuBTCq272uPr8ck"

>mkisofs -dvd-video -V $1 $2 | cdrecord-prodvd driveropts=burnfree -v dev=2,1,0 fs=64m 
>speed=1 -eject -dao tsize={$SIZE}s -

>With the name of the DVD as first arg and /video2/tmp as second arg...

>The first time I have done it, it worked very well, now I have done it
>with another "DVD" and the DVD don't play (same resolution as the first
>one...).

This may have many reasons....

If you used the _latest_ mkisofs

http://www.fokus.fhg.de/research/cc/glone/employees/joerg.schilling/private/problems.html

it could not be a UDF compatibility problem.

Other reasons: 

-       *.IFO Files broken

-       Bad Media


J�rg

 EMail:[EMAIL PROTECTED] (home) J�rg Schilling D-13353 Berlin
       [EMAIL PROTECTED]               (uni)  If you don't have iso-8859-1
       [EMAIL PROTECTED]           (work) chars I am J"org Schilling
 URL:  http://www.fokus.fhg.de/usr/schilling   ftp://ftp.berlios.de/pub/schily


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to