Giter Site home page Giter Site logo

yuv_mse_psnr's Introduction

YUV_MSE_PSNR

Calculates MSE and PSNR values for the given two .yuv video sequences

THIS PROGRAM CALCULATES MSE AND PSNR VALUES OF TWO .YUV VIDEO SEQUENCES

Instruction for Use:-

For windows, use calc_mse_psnr1.exe. For linux, use calc_mse_psnr

Usage: Windows: calc_mse_psnr1.exe -r [reference yuv filename] -i [input yuv file name] -size 352x288 -noframes 150 Linux: ./calc_mse_psnr -r [reference yuv filename] -i [input yuv file name] -size 352x288 -noframes 150

Examples: Windows: calc_mse_psnr1.exe -r akiyo_cif.yuv -i akiyo_rec0.yuv -size 352x288 -noframes 150 Linux: ./calc_mse_psnr -r akiyo_cif.yuv -i akiyo_rec0.yuv -size 352x288 -noframes 150

  1. -r: This parameter is used to specify the reference yuv video file. The filename after -r is the reference yuv video.

  2. -i: This parameter is used to specify the input yuv video file whose MSE and PSNR is to be calculated compared to the reference video. The filename after -i is the input yuv video filename.

  3. -size: This parameter is used to specify the size of the yuv video files.

  4. -noframes: This parameter specifies the number of frames for which MSE and PSNR is to be calculated. The number of frames can be less than the actual number of frames contained in the videos.

All the above-mentioned parameters are mandatory for successful running of the compiled binaries.

yuv_mse_psnr's People

Contributors

samruddhikahu avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

thegolfingocto

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.