Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
dvd_structure [2014/04/13 20:24]
beandog
dvd_structure [2014/09/23 13:34]
beandog [DVD Structure / Metadata]
Line 1: Line 1:
 ====== DVD Structure / Metadata ====== ====== DVD Structure / Metadata ======
  
-  * [[DVD Audio]] +  * [[libdvdread]] 
-  * [[DVD Tracks]] + 
-  * [[DVD Title]] +  * [[http://​stnsoft.com/​DVD/​ifo.html|Video Manager and Video Title Set IFO file headers]] - data in both VMG and VTS IFOs 
-  * [[DVD Video]]+  * [[http://​stnsoft.com/​DVD/​ifo_vmg.html|Video Manager IFO]] - data specific **to the one** VMG IFO 
 + 
 +  * [[VMG|Video Manager Group]] (VMG) 
 +    * [[VMGI|Video Manager Group IFO]] (VMGI): ''​VIDEO_TS.IFO'',​ ''​VIDEO_TS.BUP''​ 
 +    * [[VMGM|Video Manager Group Menu]] (VMGM): ''​VIDEO_TS.VOB''​ (optional) 
 +  * [[VTS|Video Title Set]] (VTS) 
 +    * [[VTSI|Video Title Set IFO]] (VTSI): ''​VTS_01_0.IFO'',​ ''​VTS_01_0.BUP''​ 
 +    * [[VTSM|Video Title Set Menu]] (VTSM): ''​VTS_01_0.VOB''​ 
 +==== Cosmic Voyage ==== 
 + 
 +  * [[VMG]] 
 +    * [[VMGI]] 
 +      * VIDEO_TS.BUP 
 +      * VIDEO_TS.IFO 
 +    * [[VMGM]] 
 +      * None 
 +  * [[VTS]] 
 +    * [[VTSI]] 
 +      * VTS_01_0.BUP 
 +      * VTS_01_0.IFO 
 +    * [[VTSM]] 
 +      * VTS_01_0.VOB 
 +    * [[VOB|VOBs]] 
 +      * VTS_01_1.VOB 
 +      * VTS_01_2.VOB 
  
 === DVD Specifications === === DVD Specifications ===
Line 17: Line 42:
 Taken from ''​libdvdnav''​ documentation:​ Taken from ''​libdvdnav''​ documentation:​
  
-<nowiki>This is some rather basic information on the organizational structures of+<code text>This is some rather basic information on the organizational structures of
 a DVD. I collected this info over time from various sources, the most a DVD. I collected this info over time from various sources, the most
 valuable being an article in the German c't computer magazine. valuable being an article in the German c't computer magazine.
Line 123: Line 148:
        * contains a Cell and a VOBU lists with local sector info (for seeking)        * contains a Cell and a VOBU lists with local sector info (for seeking)
    - STOP    - STOP
-       * 'nuff said</nowiki>+       * 'nuff said</code>
  
 === lsdvd === === lsdvd ===

Navigation