[Divo-devel] Re: divo
Brought to you by:
yishin_li
|
From: Yi-Shin Li <ys...@ee...> - 2004-05-06 07:35: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"> Cedric Dupont wrote:<br> <blockquote cite="mid...@lu..." type="cite">So I will do a GUI in gtk2, doing the xml file, launching divo and finaly burning(or ripping, or creating iso), it's ok ? <br> </blockquote> Yes, that sounds great. For dvd burning, I use the "growisofs" coming from dvd+rw-tools, <a class="moz-txt-link-freetext" href="http://fy.chalmers.se/~appro/linux/DVD+RW/">http://fy.chalmers.se/~appro/linux/DVD+RW/</a> . FYI, there are two GUIs for it, but none of them is for dvd ripping.<b><br> </b> <blockquote cite="mid...@lu..." type="cite">I will probably use libdvdread to have the informations. If I don't have the necessary, will see for the IFO. Do you have use any code from dvdbackup to create divo ? If yes I know that it have the ability of retrieve great informations (perhaps from libdvdread will see) <br> </blockquote> IMHO, using libdvdread is a better approach. Both dvdbackup and ifo_dump are frontends of it. As for "dvdbackup", I didn't use its code; however, I did dig into it as well as "vobcopy" before realizing that I have to write a new one. Both of them simply copy the source DVDs bytes by bytes into another place. They lacked the ability of re-authoring e.g. get rid of unwanted audio/subtitle tracks.<br> <br> Hopefully the following information will be helpful:<br> <br> - DVD-Video Information, <a class="moz-txt-link-freetext" href="http://dvd.sourceforge.net/dvdinfo/">http://dvd.sourceforge.net/dvdinfo/</a><br> divo needs TT_SRPT and audio/subpicture info.<br> The details are at: <a class="moz-txt-link-freetext" href="http://dvd.sourceforge.net/dvdinfo/ifo.html">http://dvd.sourceforge.net/dvdinfo/ifo.html</a><br> <br> - libdvdread:<br> - src/ifo_dump.c<br> - dvdread/ifo_print.c<br> - dvdread/ifo_read.c *<br> - dvdread/ifo_types.h *<br> * I spent a lot of time on these two files :-)<br> <br> - bvi, <a class="moz-txt-link-freetext" href="http://bvi.sourceforge.net/">http://bvi.sourceforge.net/</a><br> the tool I used for examining IFO files.<br> <br> <blockquote cite="mid...@lu..." type="cite">If you want I could send you some screenshots of dvdshrink, I will do something as it (it is very simple to use, creating a dvd-r compatible ISO or file system of dvd from any DVD VIDEO) <br> Adding options for direct burning (dvdshrink doesn't done it) removing some options (by personnal experience and experiences of my friends, they are not used) ...</blockquote> That's great as I don't have access to any Windows machines. I use Linux and am currently trying Mac OS X.<br> <br> Yi-Shin<br> </body> </html> |