Share

DVDx

File Release Notes and Changelog

Release Name: DVDx 2.8

Notes:
    Encoder:
    - extended Windows Media support, now the WM audio/video profile is fully
    editable and can be saved or loaded from standard PRX file. You can now
    create movies for your Windows based Smartphone and PDA as well as upscale
    DVD video to high-definition video thanks to WMV HD-Video. 
    - WM predefined profiles: Film small and standard screen, Pocket PC standard
    and widescreen, CD-sized for PAL/NTSC standard and widescreen movies, PAL and
    NTSC computer low and medium file size, PAL/NTSC HDTV 720p. 
    - multipass (2-pass encoding)) isn't supported yet for Windows Media. So
    audio VBR 2-pass format aren't populated in the format combobox list and
    video constrained VBR neither. 
    - uncompressed streams aren't supported yet, so the check boxes are disabled
    in the WM profile setting window.
    
    Multilang:
    - updated MAX_ITEM from 100 to 120 to allow more than 100 error items.
    
    Skins:
    - modified SkComboBox control to allow more drop list items (required to 
    display 232 Windows Media Audio formats). Previously limited by a RECT[50]
    array, now we use a CArray (MFC) collection to dynamicaly allocation an
    unlimited number of drop list items in skinnable combo box.
    - added new EnableFullText method to SkEdit control (which was limited to
    0-9 and . and -) in order to enable full text edition in this control (full
    text is restricted to aA..aZ, 0..9, space and .:*-+).
    - added EnableUnsignedInteger method to SkEdit control to get a more 
    restrictive behavior, limiting inputs to positive integer entries.

Changes: Encoder: - extended Windows Media support, now the WM audio/video profile is fully editable and can be saved or loaded from standard PRX file. You can now create movies for your Windows based Smartphone and PDA as well as upscale DVD video to high-definition video thanks to WMV HD-Video. - WM predefined profiles: Film small and standard screen, Pocket PC standard and widescreen, CD-sized for PAL/NTSC standard and widescreen movies, PAL and NTSC computer low and medium file size, PAL/NTSC HDTV 720p. - multipass (2-pass encoding)) isn't supported yet for Windows Media. So audio VBR 2-pass format aren't populated in the format combobox list and video constrained VBR neither. - uncompressed streams aren't supported yet, so the check boxes are disabled in the WM profile setting window. Multilang: - updated MAX_ITEM from 100 to 120 to allow more than 100 error items. Skins: - modified SkComboBox control to allow more drop list items (required to display 232 Windows Media Audio formats). Previously limited by a RECT[50] array, now we use a CArray (MFC) collection to dynamicaly allocation an unlimited number of drop list items in skinnable combo box. - added new EnableFullText method to SkEdit control (which was limited to 0-9 and . and -) in order to enable full text edition in this control (full text is restricted to aA..aZ, 0..9, space and .:*-+). - added EnableUnsignedInteger method to SkEdit control to get a more restrictive behavior, limiting inputs to positive integer entries.