home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Freeware / Multimedia / autogknot / AutoGordianKnot.1.0.Setup.exe / DVD2AVI / Changes.txt next >
Text File  |  2003-10-12  |  3KB  |  59 lines

  1. DVD2AVIdg/MPEG2DEC3dg Functional Changes
  2. (versus DVD2AVI 1.77.3 original and MPEG2DEC3 1.10 [Nic])
  3. ---------------------------------------------------------
  4.  
  5. DVD2AVIdg/MPEG2DEC3dg Version 1.0.0
  6.  
  7. 1. Frames are no longer lost at the beginning and end of the
  8. delivered video. If the first frames in display order are B frames
  9. they are now delivered, whereas previously they were discarded.
  10. If initial B frames are decodable (closed_gop = true), they are
  11. displayed as decoded; if they are not decodable (closed_gop = false),
  12. they are replaced with copies of the first decodable frame.
  13.  
  14. This is the most important fix and is the real motivation for this
  15. entire development. The frame loss causes serious problems in some
  16. authoring applications.
  17.  
  18. 2. To allow for the delivery of the initial B frames when IBBP...
  19. GOPs are decoded (see 1 above), the audio delay is adjusted
  20. appropriately.
  21.  
  22. 3. Random access using MPEG2DEC3dg is now fully correct. Previously,
  23. if you navigated to a frame that corresponded to an initial displayable
  24. B frame in a GOP, you would actually get the first subsequent I frame,
  25. which is typically several frames later.
  26.  
  27. 4. If the first GOP has non-decodable B frames first in display order,
  28. DVD2AVIdg pops up a warning message box to alert the user. This popup
  29. is suppressed when DVD2AVIdg is used in automatic mode from the command
  30. line.
  31.  
  32. 5. Command line support was added to enable other applications to
  33. invoke DVD2AVIdg without user involvement.
  34.  
  35. 6. DVD2AVIdg adds the capability to read either 1.76-style or 1.77.3-style
  36. D2V files. It also adds the capability of saving the project in either
  37. format.
  38.  
  39. 7. Auto increment on file names now works in a more general fashion. The
  40. rule is now that the file name is scanned from the end toward the beginning
  41. until an _ character is found. Then the (possibly multidigit) number
  42. following the _ character is incremented. This allows for proper auto
  43. increment for file names such as:
  44.  
  45. VTS_02_1 - 0xE0 - Video - MPEG-2 - 720x576 (PAL) - 16~9 - Letterboxed.M2V
  46.  
  47. 8. The command line -IF and -AIF options no longer require full path names.
  48. If the specifier does not include a path, the current directory is used.
  49.  
  50. 9. If the command line -OF file cannot be opened for writing, DVD2AVIdg
  51. does not crash. If a valid -OF file is given without an -IF or -AIF file,
  52. DVD2AVIdg does not hang.
  53.  
  54. 10. A VFAPI plugin is provided that supports these fixes. Note that these
  55. fixes do not fully apply when DVD2AVI's Save AVI and Preview features are
  56. used. That may be corrected in a future version but don't hold your breath
  57. while waiting for it.
  58.  
  59.