PDA

View Full Version : Video Quality Studio 0.4 RC1 Released


everwicked
26th February 2005, 18:43
Hello,

Version 0.4 RC1 of Video Quality Studio was released a couple of days ago.

Download here (http://www.everwicked.com/vqstudio/#download)

Changelog:

Objective:

* Reworked VFW and DirectShow decoders. YUV (YUY2/YV12) is preferred over RGB and is converted internally to 4:4:4. This should minimise calculations and thus enhance performance greatly.
* Single precision floating-point numbers are now used instead of double precision as they provide a better balance between accuracy and speed.
* Added Structural Similarity (SSIM) Index metric. Note that it is a basic implementation and not complete with motion estimation!
* PSNR was optimised for speed and as always validated with Matlab.
* Internally re-worked GUI which should run more smoothly now.
* Added XML batch file support. For format see this example.
* Average and Standard Deviation values are written to the output.
* Misc changes.
* Known issue: Decoding of HuffYV12 (Ffdshow) videos produces bogus results when using VFW decoder!

Subjective:

* Transition between clips is smooth and does not display a white window.
* Additional error checking
* Added option to shuffle playlist
* Fixed bug that allows to restart the test if you abort it
* Easier to use GUI. Complete internal remake of the GUI, this should work more smoothly.
* Added option to allow different length videos. Defaults to disabled!
* Improved DirectShow support, fixes issues with broken/incomplete source filters, fixes issues with overlay with some decoders.
* Improved Avisynth support.
* You can select a range from reference videos instead of viewing the whole video.
* Results are shown after the test ends and you can save them in text or comma-separated formats.
* Tests: Save to / Load from XML files functionality.
* Playback is stopped when the test is aborted.
* Performing a test twice does not cause a crash.
* Aborting the test before playback does not cause a crash.
* Option to disable topmost style of video window.
* Other internal changes.

everwicked
27th February 2005, 13:14
RC2 is out and fixes the bug with HUFFYV12.

Edit: Updated the installer with non-UPX'd files so that it will run on WinXP SP2 systems with DEP.

everwicked
9th March 2005, 21:42
0.4 RC3 is released to fix the hopefully last bugs and the SSIM crash. Also, in case you wanted to know, the roadmap 0.4 Final Release is:

* Crash handler with stack trace and minidump capability.
* Full blown SSIM implementation.
* Optimised Xiao implementation.
* Robust DirectShow library.

There is no release date at the moment, it will depend on my free time. If there are any features or bug fixes you can't live without, please let me know ASAP.


Changelog

Objective:
* Output filename is now updated when you select a different metric.
* SSIM does not crash and Xiao produces the right results for non-keyframes.
* Average and standard deviation calculation will skip +/-Inf values.