home *** CD-ROM | disk | FTP | other *** search
/ Freelog 125 / Freelog_MarsAvril2015_No125.iso / Multimedia / AVStoDVD / AVStoDVD_Portable.exe / AVStoDVD_Portable / PgcDemux / Readme.txt < prev   
Text File  |  2005-11-29  |  6KB  |  139 lines

  1. ========================Terms=====================================
  2.     PgcDemux app. Streams demuxer.  Copyright (C) <2005>
  3.  
  4.     PgcDemux is free software; you can redistribute it and/or
  5.     modify it under the terms of the GNU Lesser General Public
  6.     License as published by the Free Software Foundation; either
  7.     version 2.1 of the License, or (at your option) any later version.
  8.  
  9.     PgcDemux is distributed in the hope that it will be useful,
  10.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  11.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  12.     Lesser General Public License for more details.
  13.  
  14.     You should have received a copy of the GNU Lesser General Public
  15.     License along with this library; if not, write to the Free Software
  16.     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  17.  
  18. http://www.videohelp.com/~jsoto
  19. http://jsoto.posunplugged.com/
  20.  
  21. Contact me at doom9 or
  22. email: jesus_soto_viso(at)terra(dot)es
  23.  
  24. ===============================Changelog==============================
  25. Vers 1.2.0.5 (28-11-2005)
  26. - BugFix:   Demuxing by CellId in CLI mode does not always work 
  27.  
  28. Vers 1.2.0.4 (19-04-2005)
  29. - BugFix:   Demuxing audio was completely broken in 1.2.0.3 (Sorry :) )
  30. - Added:    Confirmation dialog when quiting, except in the case of using Quit button 
  31.  
  32. Vers 1.2.0.3 (10-04-2005)
  33. - BugFix:   Demuxed audio now starts in a frame header
  34. - Added:    Option to do not include last celltime 
  35. - Changed:  Special VOB contents requested by Zeul. Only the first I frame per cell
  36.  
  37. Vers 1.2.0.2 (08-03-2005)
  38. - BugFix:   Crash opening About dialog
  39. - BugFix:   Unreferenced material. Duration of unreferenced cells was not 
  40.             initialized. Currently computed as zero (not true, but because
  41.             VOB is not opened in this moment there is no way to get this info).    
  42. - BugFix:   It was allowed to check a/v delay in PGCs without cells
  43. - BugFix:   A/V delay failed if the first encoded frame is not temporal sequence number 0, 
  44.             that is when vobu_s_ptm  is different from first video pts value. Thanks to
  45.             mpucoder for the clarification.
  46. - BugFix:   Wrong audio index in logfile if mpeg audio.
  47.  
  48.  
  49. Vers 1.2.0.1 (27-02-2005)
  50. - Added:    Demuxing by VOBid and CellId
  51. - Added:    Button to check audio/video delay
  52. - Added:    Percentaje of completion in title bar
  53. - Added:    Change VOB File name between VOBids
  54. - Added:    Customizable VOB file contents
  55. - Added:    Special VOB contents requested by Zeul
  56. - Added:    Number of VIDs in Log
  57. - Added:    Warning if files already exist
  58. - Change:   Button label OK to Process
  59. - Change:   CLI snytax has been modified to support new demux modes 
  60. - BugFix:   CLI was completely broken.
  61.  
  62. Vers 1.1.0.7 (26-01-2005)
  63. - Added:    Minimize box in title bar
  64. - BugFix:   PGC demuxing in menu domain failed if # language units > 1
  65.  
  66. Vers 1.1.0.6 (07-01-2005)
  67. - Added:    20 bit LPCM full support
  68. - BugFix:   Wrong RIFF chunk size (8 bytes lower than the right value) 
  69.  
  70. Vers 1.1.0.5 (21-12-2004)
  71. - Added:    24 bit LPCM full support 
  72. - Change:    Unlimited PGCs
  73. - Note:     20 bits still not supported
  74.  
  75. Vers 1.1.0.4 (19-12-2004)
  76. - Added:    24 bit LPCM support (1, 2 and 4 channels tracks)
  77. - Added:    96 kHz sampling frequency LPCM support
  78. - Note:     20 bits is not supported
  79.  
  80. Vers 1.1.0.3 (08-11-2004)
  81. - Added:    Shell integration: "Open with" and "drag & drop"
  82. - Change:   Change of file extensions to wav (pcm) and mpa (mpeg)
  83. - BugFix:   Error when loading IFOs without menus.
  84. - BugFix:   Padding packs were not processed.
  85. - BugFix:   LPCM audios extraction were not correct. 
  86. - BugFix:   MPEG audios extraction were not correct.
  87.  
  88. Note: I'm still unsure on LPCM extraction, mainly because I do not own
  89. DVDs with LPCM audios.
  90.  
  91.  
  92. Vers 1.1.0.2 (02-11-2004)
  93. - New build with no changes but with version information OK
  94.  
  95. Vers 1.1.0.1 (01-11-2004)
  96. - Added:    Multiangle support
  97. - Added:    Menu support
  98. - Added:    Logfile creation (including audio/video delays)
  99. - Added:    Celltimes.txt creation
  100. - Added:    Tooltips
  101. - BugFix:   Bug in subpictures timestamp calculation (in second and
  102.             sucesive discontinuities)
  103. - BugFix:   Bug in subpictures extraction when buffer[0x16]!=0
  104.  
  105.  
  106. Vers 1.0.0.2 (25-10-2004)
  107. - BugFix:   Bug in VOB generation.
  108. - Changed:  Extension of videofile to m2v
  109. - Added:    MessageBox confirmation at the end of the process.
  110.  
  111.  
  112. Vers 1.0.0.1 (24-10-2004)
  113. - First public release
  114.  
  115.  
  116. =================================================================
  117. Command line support
  118. PgcDemux [option1] [option2] ... [option12] <ifo_input_file> <destination_folder>
  119. option1: [-pgc, <pgcnumber>].      Selects the PGC number (from 1 to nPGCs). Default 1
  120. option2: [-ang, <angnumber>].      Selects the Angle number (from 1 to n). Default 1
  121. option3: [-vid, <vobid>].          Selects the Angle number (from 1 to n). Default 1
  122. option4: [-cid, <vobid> <cellid>]. Selects a cell vobid (from 1 to n). Default 1
  123. option5: {-m2v, -nom2v}. Extracts/No extracts video file. Default NO
  124. option6: {-aud, -noaud}. Extracts/No extracts audio streams. Default YES
  125. option7: {-sub, -nosub}. Extracts/No extracts subs streams. Default YES
  126. option8: {-vob, -novob}. Generates a single PGC VOB. Default NO
  127. option9: {-customvob <flags>}. Generates a custom VOB file. Flags:
  128.            b: split VOB: one file per vob_id
  129.            n: write nav packs
  130.            v: write video packs
  131.            a: write audio packs
  132.            s: write subs packs
  133.            i: only first Iframe
  134.            l: patch LBA number
  135. option10:{-cellt, -nocellt}. Generates a Celltimes.txt file. Only in PGC/VID mode. Default YES
  136. option11:{-log, -nolog}. Generates a log file. Default YES
  137. option12:{-menu, -title}. Domain. Default Title (except if filename is VIDEO_TS.IFO)
  138.  
  139.