Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
vts [2014/05/16 14:26] beandog |
vts [2014/05/16 19:23] (current) beandog |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Video Title Set / IFO ====== | + | ====== Video Title Set ====== |
* [[DVD Structure]] | * [[DVD Structure]] | ||
- | |||
* [[libdvdread]] | * [[libdvdread]] | ||
- | Opening the first title set: | + | A Video Title Set is the pair of both the VTS IFO and all its VOB(s). |
- | + | ||
- | <code> | + | |
- | ifo_handle_t *ifo; | + | |
- | ifo = ifoOpen(dvdread_dvd, 1); | + | |
- | </code> | + | |
- | <code> | + | * [[VTSI|Video Title Set IFO]] (VTSI): ''VTS_01_0.IFO'', ''VTS_01_0.BUP'' |
- | ifo->vmgi_mat-> | + | * [[VTSM|Video Title Set Menu]] (VTSM): ''VTS_01_0.VOB'' |
- | </code> | + |