[FFmpeg-devel] [PATCH] Added function to obtain MSE of two frames and a filter to calculate the PSNR

Roger Pau Monné roger.pau at entel.upc.edu
Fri Jun 3 15:44:32 CEST 2011


Modified libavutil in order to add a new function to calculate the MSE
and created a new filter (vf_psnr) that calculates the average PSNR of
two input video files.

libavutil: added a new function called av_images_mse to calculate the
mean squared error (MSE) between two images.
libavfilter: created a new filter that obtains the average peak
signal-to-noise ratio (PSNR) of two input video files, this filter
makes use of the new mse fnction added to libavutil.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0004-libavutil-added-a-new-function-called-av_images_mse-.patch
Type: application/octet-stream
Size: 9841 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20110603/df369c4c/attachment.obj>


More information about the ffmpeg-devel mailing list