Compression project.
 Compression project (most info is in Russian) >> About
In English: Video >> Public filters | Com. filters | Video Codecs Comparisons |
Our Video Codecs | Video Quality Metrics     ||     New: Compression Catalog!

  Personal (English) >> V.Yoockin | A.Ratushnyak
In Russian: "Compression Methods" book | Arctest | Download | FIDO | Forum | Links
---------------------------------------------------------
Hot news:
* Call for H.264 codecs!
* Video Quality Metric 2.6 released!
* 3D Displays Video
* 5-th H.264 comparison!
* Cartoon Restore now x5-10 faster!
If you find a spelling error, please select an incorrect text and press Ctrl+Enter. Thank you!
Compression project >> Video Area Home  
RUSSIAN

MSU Video Quality Measurement Tool: Manual

MSU Graphics & Media Lab (Video Group)

 

Settings



 

Main Settings

MSU Video Quality Measurement Tool: Main Window

Main window

  1. File selection
    1. Original file - original video file. Other files will be compared with it.
    2. Processed (compressed) - processed (compressed) file, which will be compared with original.
    3. Comparative analysis - allows to one-pass comparison of two files with one original (for example compressed by different codecs).
    4. Second processed (another codec) - second processed file for comparative analysis.
    5. Use mask file - enables masking. Please read FAQ for more information.
    6. Use black mask - black areas of a given mask file are the areas that should be masked.
    7. Open with AviSynth - the program tries to generate appropriate AviSynth script and open the file using the script. The checkbox is enabled only when AviSynth is installed on computer. User can control script generation using Advanced button. More information about it can be found in AviSynth support paragraph.
    8. Preview - use Preview buttons to preview selected files contents.
    Supported formats:
    • AVI files (*.avi).
    • Uncompressed bitmaps in RGB24 colorspace (*.bmp).
    • AviSynth scripts (*.avs).
    • Raw yuv in a various colorspaces (*.yuv). The colorspaces are: IYUV (I420), YV12, UYVY, Y (only luminance channel), planar YUV, YUY2 (YUYV), YV16. For more information about colorspaces refer to FOURCC official site.
    • *.MOV, *.VOB, *.WMV, *.MP4, *.MPG, *.MKV, *.FLV and other known video formats (via AviSynth)
    • Raw yuv files through auto generated AviSynth scripts (*.yuv). Auto generated script uses RawSource plugin. The colorspaces supported are: IYUV (I420), YV12, Y (only luminance channel), UYVY, VYUY, YUY2 (YUYV), YVYU. As the one can see the colorspaces list is slightly different from the one of the original program's one. For more information about colorspaces refer to FOURCC official site.
    • Raw files with more than 8 bits per color component (*.yuv, *.rgb) -- only in PRO version. Supported colorspaces are 4:2:0, 4:2:2 and 4:4:4 yuv with 10, 14 and 16 bits and 4:4:4 rgb with 10, 14 and 16 bits. The formats are organized as described in 6.1 Bitstream formats paragraph of H.264 standard.
    Note: HDTV resolution is only supported in PRO version.
  2. Metric selection
  3. All required information can be found in Metrics Information page.
  4. Output Selection
    1. Save CSV file - save results to csv-file
    2. Save metric visualization video / image - save video with selected metric visualization
    3. Save "bad frames" - Automatic selecting and saving frames with maximum difference between original and processed files (or between two processed in comparative analysis mode)
  5. Show results visualization
  6. If checked, dialog with visualization of the results is shown after measurement.

 

AviSynth Support

Citated from avisynth.org: "AviSynth is a powerful tool for video post-production. It provides ways of editing and processing videos. AviSynth works as a frameserver, providing instant editing without the need for temporary files."

AviSynth script generation settings window

Avisynth generation parameters.

To increase the number of the file types, supported by MSU VQMT application, auto generated AviSynth scripts were implemented. AviSynth script generation settings window is designed to control application's script generation by advanced users. User can use the feature of auto generated AviSynth scripts only if the AviSynth is installed on the computer.

MSU VQMT uses the next filters in its scripts:

If the user do not set any special settings the application will try to open the file by running over all the filters, beginning with the prefed one. Preferd filter is selected based on the file extension.
User can set:
  • Prefered filter. The program will try to use this filter first to open the file.
  • Comma-separated list of the parameters to the filter. This list will be provided to the filter without any changes after the file name, which is the first argument. For example, if the user provides '352, 288, "I420"' as the filter parameters and tries to open video.yuv file with RawSource, than the filter will be called the next way:
    RawSource("video.yuv", 352, 288, "I420")
  • Check box to not try to use different plugins. If the user sets the check box, then the application will not run over all the available plugins if the prefered one with the provided parameters can not open the file and returns an error. This may be useful if the user sure that only one of the supported plugins opens the file correctly.

 

Advanced Settings

Advanced file settings

Advanced file settings
  1. RGB<->YUV matrix
    1. REC.601 This matrix is default for AVISynth. Y: [16...235], U, V: [16...240] (or [-112...112]
    2. PC.601 This matrix was used in the previous version of the program. Y: [0...255], U,V: [-128...128] (or [0..255])
      Information about color-planes transform matrixes

Advanced CSV & visualization

Save CSV file / Save measure visualization video / image - Advanced
  1. CSV Settings
    1. Output dir - directory for cvs-files
    2. Name generation - method for csv-files names generating (Prefix - <metric_name>_<video_name>.csv, Postfix - <video_name>_<metric_name>.csv, Custom - specified by user).
    3. CSV Type - select separator in csv-file (";" or ",")
    4. Create CSV in Unicode - save CSV in Unicode or in ASCII
  2. Visualization settings
    1. Name generation - method for generating names of visualization files (Prefix - <metric_name>_<video_name>.avi(bmp), Postfix - <video_name>_<metric_name>.avi(bmp)).
    2. Output dir - output dir for avi (bmp) files
  3. Caption options
    1. Position - caption position in the frame
    2. Print metric value - print value of metric in output video
    3. Print frame number - print frame number in output video

Advanced Save

Save "bad frames" - Advanced
  1. "Bad frames" settings
    1. With maximum difference between original & processed When original file is compared with one processed frames with maximum difference will be saved.
    2. With maximum difference between first processed and second processed / With maximum difference, where metric for first is greater than for second / With maximum difference, where metric for second is greater than for first - in comparative analysis mode save frames, where differenece between two frames is maximum / with maximum difference, where metric for first is greater than for second / with maximum difference, where metric for second is greater than for first
    3. Count out radius - if this radius is not equal to 0, the "bad frames" will be saved only if the distance (in the film) between any bad frames is greater, then this value . This feature is very useful, when one codec processes whole scene worser, than second. Only one frame from this scene will be saved and you can also get "bad frames" from another scenes.
    4. Output dir - directory for saving bad frames "bad_frames". Name generation mask: <video_name>_fr<frame_number>.bmp

 

More Options


More options

  1. Wav file
    1. Play WAV file, when finished - select wav-file, which will be played after measurement

 

Visualization Metrics Information


Comparison visualization

  1. Top plot shows metric values for the whole sequence, the bottom one shows chosen part of it.
  2. Video Slide - select fragment to zoom to
  3. Show grid - show or hide grid
  4. Controls - shift between frames, zoom or unzoom, copy plot to clipboard. Most of the buttons can be hold to perform operation faster. Only bottom plot and legend are copied to clipboard.
  5. Show frame - show current frame

 

Visualization Frames of Sequences


Frames comparison
  1. Switch between original/first/second processed by pressing 1, 2 and 3
  2. You can easily resize th dialog, increasing or decreasing visible area
  3. Use buttons to move from frame (or "bad frame") to frame. You can use main visualization dialog to change frames as well
  4. With Ctrl+C or "copy" button you can copy currently selected frame to clipboard (frame is copied with original size)
  5. Scale - zoom or unzoom current frame

Preview window


Preview window
  • Video can be resized by resizing dialog, changing scale slider position or pressing the buttons of increasing or decreasing the scale. When the buttons are pressed the scale is changed to the usable predefined positions.
  • Use buttons or slider to move from frame to frame.

e-mail: 

 

MSU Video Quality Measurement Tools

 

Other resources

Video resources:

MSU Video Quality Measurement Tool 2.6 released!
CALL FOR MPEG4-AVC/H.264 CODECS!

Public MSU video filters
Here are available VirtualDub and AviSynth filters. For a given type of digital video filtration we typically develop a family of different algorithms and implementations. Generally there are also versions optimized for PC and hardware implementations (ASIC/FPGA/DSP). These optimized versions can be licensed to companies. Please contact us for details via video(at)graphics.cs.msu_ru.
MSU/YUVsoft filters for companies
We are working with Intel, Samsung, RealNetworks and other companies on adapting our filters other video processing algorithms for specific video streams, applications and hardware like TV-sets, graphics cards, etc. Some of such projects are non-exclusive. Also we have internal researches. Please let us know via video(at)graphics.cs.msu_ru if you are interested in acquiring a license for such filters or making a custom R&D project on video processing, compression, computer vision.
Codecs comparisons
Objective and subjective quality evaluation
tests for video and image codecs
Ext. link: x264 parameters efficiency comparison
MSU Video Quality Measurement tools
Programs with different objective and subjective video quality metrics implementation
Video codecs projects
Different research and development
projects on video codecs
Other
Other information

Bookmark this page:   Add to Del.icio.us Add to Del.icio.us     Digg It Digg It     reddit reddit


 
Last updated: 28-April-2009

Search (Russian):
Server size: 7996 files, 1068Mb (Server statistics)

Project updated by
Server Team and MSU Video Group


Project sponsored by YUVsoft Corp.

Project supported by MSU Graphics & Media Lab

 
---------------------------------------------------------
  Send your comments to compression_##_graphicon.ru
  © Dr. D.Vatolin, Dr. M.Smirnov, A.Ratushnyak, V.Yoockin, content, 2001-2008
  © A.Andreev, pictures, 2002

Rambler's Top100 Рейтинг@Mail.ru Система Orphus

This document available from http://www.compression.ru/video/quality_measure/vqmt_manual_en.html