HydrogenAudio

Digital Audio/Video => Digital A/V News => Topic started by: everwicked on 2005-02-26 17:46:44

Title: Video Quality Studio 0.4 RC1
Post by: everwicked on 2005-02-26 17:46:44
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.
Title: Video Quality Studio 0.4 RC1
Post by: guada 2 on 2005-02-26 21:37:23
Hello,

I know that the Vprove 3.0 are limited concerning treatment of format. 
But its wealth is exemplary. 
 
Your interface is very pleasing, what are the different format video accepted by your software of quality video analysis?
Title: Video Quality Studio 0.4 RC1
Post by: everwicked on 2005-02-27 21:20:14
Had never heard of VProve. Having a look at it now, it's got a lot more scope than my app does. But thanks for the comments.

I support two decoding interfaces, Video for Windows and DirectShow.

Formats supported:
VFW: AVI and Avisynth
Directshow: MPEG-1 off the shelf and will support MPEG-2, MPEG-4, Matroska, Vorbis etc if you have the right filters installed.




Quote
Hello,

I know that the Vprove 3.0 are limited concerning treatment of format. 
But its wealth is exemplary. 
 
Your interface is very pleasing, what are the different format video accepted by your software of quality video analysis?
[a href="index.php?act=findpost&pid=277362"][{POST_SNAPBACK}][/a]
Title: Video Quality Studio 0.4 RC1
Post by: guada 2 on 2005-02-28 23:04:42
Thank you for these informations. 
Good continuation. 
Title: Video Quality Studio 0.4 RC1
Post by: everwicked on 2005-03-09 20:43:37
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.