Re: [divo-devel] Re: divo
Brought to you by:
yishin_li
|
From: Yi-Shin Li <ys...@ee...> - 2004-05-07 10:17:47
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
<br>
Yi-Shin Li wrote:<br>
<blockquote cite="mid...@ee..." type="cite">
<blockquote type="cite">
<pre wrap="">At right :
One panel for title selection, so you have all the Titles of DVD
avaliable and using check boxes choose which one to use. With
preferences settings I was thinking to automatically check only the main
movie or whole dvd.
</pre>
</blockquote>
</blockquote>
Those title informations are at TT_SRPT of VMG IFO. You may use
"ifo_dump /dev/dvd 0"; refer to the "Title Track search pointer table"
section.<br>
<br>
If further info, i.e. length or language, are required, we'll have to
locate them through VTS IFO. i.e. check the VTS_PGCIT per related
"Title set number (VTS)" and "VTS_TTN" obtained from previous step. You
may try "ifo_dump /dev/dvd 1"; refer to the "PGCI Unit table".<br>
<blockquote cite="mid...@ee..." type="cite">
<blockquote type="cite">
<pre wrap="">Second panel for title settings, letting you select for the actually
selected title which language and subtitles to choose (same with
preferences settings, languages and subtitles could be defined by default)
Third panel is for dvd settings : Volume Name, encryption, zone, final
wanted size (as the DVD9 burners perhaps will be soon on market)
</pre>
</blockquote>
</blockquote>
Currently, divo simply removes the region code. <br>
Do you think it is necessary to let user set this code?<br>
<br>
For the encryption, do you mean add CSS for final DVD image?<br>
<blockquote cite="mid...@ee..." type="cite">
<blockquote type="cite">
<pre wrap="">After all is set for the backup, function to save the backup on hdd
(using divo with the xml file created) perhaps with choice between iso
or video folder (iso is sometimes good as I could have seen with dvdshrink)
And finally just a button for burning purpose, not a veritable GUI to
growisofs, just burning an iso or folder choosen in a dialog boxe.
</pre>
</blockquote>
<pre wrap=""><!---->This button is definitely a MUST!
</pre>
<blockquote type="cite">
<pre wrap="">I'm not very very powerfull in C language, but I will done all I can to
have all be ok as fast as I can. I will have help for C coding if
necessary.
</pre>
</blockquote>
</blockquote>
Do you need my help for small piece of C cod to retrieve the data you
want?<br>
<br>
Or, are you deciding to dig into ifo_read.c and ifo_types.h yourself?<br>
<br>
Yi-Shin<br>
</body>
</html>
|