2008/7/16, Joerg Schilling <[EMAIL PROTECTED]>: > Daniel Pielmeier <[EMAIL PROTECTED]> wrote: > > > By the way would you recommend those commands for creating dvd-video > > material, or should there be something changed. I mean it should be most > > compatible. Playable on PC and standalone players and different > > operating systems. > > > > Iso creation: > > mkisofs -dvd-video -UDF -R -iso-level 1 -v -volid DVD_VIDEO -sysid LINUX > > -input-charset utf-8 -o ../dvd-video.iso ./ > > Why do you like to do things like: -sysid LINUX that are default?
Okay so I leave this out. > Why do you use things like: -input-charset utf-8 which is may be wrong > and which is by default handled correctly by mkisofs? I use utf-8 on my system, so i thought it is correct. Can you please explain me what are $INS_BASE/lib/profiled $INS_BASE/lib/siconv for. These two directories are not installed by the gentoo installation. I ask this because I guess the siconv folder has something to do with the locales. When I for example specify an unknown locale mkisofs is complaining about a missing $INS_BASE/lib/siconv folder. > Why do you like to use iso level 1? I thought it is enough for the DVD file structure. From the manpage: With level 1, files may only consist of one section and filenames are restricted to 8.3 characters. AUDIO_TS VIDEO_TS VIDEO_TS.BUP VIDEO_TS.IFO VIDEO_TS.VOB VTS_01_0.BUP VTS_01_0.IFO VTS_01_0.VOB VTS_01_1.VOB VTS_01_2.VOB For this file names ISO-Level 1 maybe sufficient, or am I wrong? > > Burning: > > cdrecord dev=0,1,0 speed=8 driveropts=burnfree fs=16m -sao -eject -v > > dvd-video.iso > > If you only have one drive, you may omit the dev= parameter. > Jörg I have two DVD drives so I think it is needed! Thanks, Daniel