Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] How to burn DVD-video with data on it?



Hello,

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...).

Is it normal, should I do something different?

Thank you very much,

	Grégoire
________________________________________________________________
http://ulima.unil.ch/greg ICQ:16624071 mailto:greg@ulima.unil.ch


-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index