I am also working on the Video quality analyzer tool.<div><br></div><div>But mine is a No reference one where i don't need to compare my video quality to the source content.</div><div><br></div><div>But for measuring the quality, it depends on the parameters you want to take into consideration and if you can provide a MOS values in last based on the comparison made.</div>
<div><br></div><div>There can be many parameters like display jitter, freezes, frame rates, GOP sizes, frame types, display time, PTS nd DTS analysis, for audio u can include sampling stuff, noise detection</div><div><br>
</div><div>Also, for the different parameters, you can use ffmpeg in order to decode the content, OpenCV for motion vector and scene activity calculations<br><br>Left all plugins will depend upoin the parameters you can include.</div>
<div><br></div><div>Thanks</div><div>Nitin<br><br><div class="gmail_quote">On Wed, May 23, 2012 at 4:58 PM, Wesley S. <span dir="ltr"><<a href="mailto:wesley@ubuntu.com" target="_blank">wesley@ubuntu.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<div><br></div><div>I am a software developer currently working on a (cross-platform) Video Quality Analyzer application</div>
<div>for a project at university. It will most likely be released as open source software when it is finished.</div>
<div><br></div><div>I am posting to this list to ask the video encoding/quality experts what is essential</div><div>in comparing video quality according to them.</div><div><br></div><div>A few important design choices I have made:</div>

<div>- libav is used to open video files in order to support many video formats out of the box</div><div>(and to support extraction of information from decoder, for example motion vectors)</div><div>- image processing plug-ins and tools are extensible through scripting and dynamically linked plug-ins</div>

<div><br></div><div>So, most important question:</div><div>What plug-ins would be essential in this kind of application for you?</div><div><br></div><div>Also, if you would be interested in more information or if you would like to try writing</div>

<div>your own script or plug-in for this application, you can contact me by e-mail.</div><div><br></div><div>Kind regards,</div><div>Wesley S.</div><div><br></div><div>PS: here's a little preview screenshot of the current user interface:</div>

<div><a href="http://i50.tinypic.com/acptnq.png" target="_blank">http://i50.tinypic.com/acptnq.png</a></div>
<br>_______________________________________________<br>
Libav-user mailing list<br>
<a href="mailto:Libav-user@ffmpeg.org">Libav-user@ffmpeg.org</a><br>
<a href="http://ffmpeg.org/mailman/listinfo/libav-user" target="_blank">http://ffmpeg.org/mailman/listinfo/libav-user</a><br>
<br></blockquote></div><br></div>