October 29th, 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
January 19th, 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.
January 7th, 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
December 23rd, 2009· FIX: Not processing when WMI is causing exception during drive enumeration
December 8th, 2009· FIX: Chapter preview issue with some DVDs with Title pre commands
· Update to the Extraction Mode UI logic
November 12th, 2009· Fixed "complete early" bug introduced in 3.0.120
November 6th, 2009· Massive speed improvements (upto 3 fold): everything done in a single pass now.
September 8th, 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
June 3rd, 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.
May 5th, 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)
April 25th, 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.
March 20th, 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)
March 17th, 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.