VOB2MPG Changelog

What's new in VOB2MPG 3.2.000

Oct 29, 2010
  • [FIX] Improved formatting of output filenames
  • [FIX] Fixed several user interface bugs
  • [FIX] Proper handling of Interleaved cells (Multiple title-sets share the same vob)
  • [FIX] Improved handling of user abort.
  • [FIX] Increase accuracy of progress bars.
  • [FIX] Numerous small DVD parsing issues
  • Warn of Copyrighted DVDs

New in VOB2MPG 3.0.0520 (Jan 19, 2010)

  • Added: Settings on Start Menu.
  • Added: DVD Control Type setting (see: http://forum.videohelp.com/topic378551.html).
  • Added: Open files button added to the MTS Joiner applet.

New in VOB2MPG 3.0.0501 (Jan 7, 2010)

  • FIX: Handle non-standard DVD sturctures better (some camcorder DVDs causing timing issues in mpegs)
  • FIX: Total rewrite of the DVD Player - improved compatability with some Windows 7 systems

New in VOB2MPG 3.0.0131 (Dec 23, 2009)

  • FIX: Not processing when WMI is causing exception during drive enumeration

New in VOB2MPG 3.0.0130 (Dec 8, 2009)

  • FIX: Chapter preview issue with some DVDs with Title pre commands
  • Update to the Extraction Mode UI logic

New in VOB2MPG 3.0.0122 (Nov 12, 2009)

  • Fixed "complete early" bug introduced in 3.0.120

New in VOB2MPG 3.0.0120 (Nov 6, 2009)

  • Massive speed improvements (upto 3 fold): everything done in a single pass now.

New in VOB2MPG 3.0.0060 (Sep 8, 2009)

  • FIX: Major bug fix for PTS correction.
  • FIX: Ignore rogue packets.
  • FIX: Improved IFO parsing: Duplicate titles etc.
  • [PRO] Added "Eject DVD when complete" option in the settings.
  • [PRO] Added audio stream selection to command line options (e.g /a=128)[NB: value is in decimal not HEX so 0x80 is 128 in the example].
  • [PRO] Internal preparation for Applets: Several new "Applets" to be added in development

New in VOB2MPG 3.0.0030 (Jun 3, 2009)

  • Added Abort Process button
  • Fixed DivideByZero exception on DVDs with zero length chapters
  • Fixed button layout for 800x600 screen resolutions
  • Removed "Could not get interfaces" unless absolutely the case!
  • Show Desktop in Output folder dialog box.

New in VOB2MPG 3.0.0024 (May 5, 2009)

  • [PRO] Added initial Command Line Support:
  • VOB2MPG /v=IfoPath /o=MpgPath /MainTitle | /t=TitleNum [/c=chxx,chxx...] [/sc]
  • /v=IfoPathPath to VIDEO_TS.IFO file of the source DVD. Enclose in quotes if path contains spaces
  • /o=MpgPathPath to output mpeg file. Enclose in quotes if path contains spaces
  • /MainTitleLet VOB2MPG work out the title of the main movie based on duration
  • /t=TitleNumTitle to extract from if /MainTitle is not used
  • /c=chxx,chxx...Comma delimited list of chapters to extract from title
  • /scSplit chapters. Output a mpeg file per chapter
  • examples:
  • VOB2MPG /v="C:My DVDsVIDEO_TS.IFO" /o="C:VOB2MPG OutputThe fog.mpg" /MainTitle /c=1,2,3,7 /sc
  • (extract chapters 1, 2 ,3 & 7 from the main movie into seperate mpegs)
  • VOB2MPG /v="C:My DVDsVIDEO_TS.IFO" /o="C:VOB2MPG OutputThe fog.mpg" /MainTitle (extract the main movie only)
  • VOB2MPG /v="C:My DVDsVIDEO_TS.IFO" /o="C:VOB2MPG OutputThe fog.mpg" /t=5 /c=10 (extract Title 5 chapter 10 only)

New in VOB2MPG 3.0.0023 (Apr 25, 2009)

  • Fixed a aspect ratio issue in the DVD Preview in certain situations.
  • Fixed SCR continuity issue in certain situations. This issue was only noticeable in players which used SCR rather than PTS/GOP for duration.

New in VOB2MPG 3.0.0022 (Mar 20, 2009)

  • Reduced the number of nag popups (it was a error that there were so many! - me culpa)
  • Fixed installer for 64bit users
  • DVD Preview rewritten. Now more robust and VISTA friendly
  • Added a MODE select toggle button to select between the 2 modes of extration: IFO MODE & VOBSET MODE
  • Launching webpages from the Help menu no longer assumes IE is intalled!
  • Slight speed improvement in non PRO version (and more responsive)

New in VOB2MPG 3.0.0021 (Mar 17, 2009)

  • VOBSET Mode: Sort VOB files (fix the random issue of file ordering on certain hard drives)
  • Use VMR9 rendering in preview if possible. Fixes Vista Aero compatibility on certain video cards.