Giter Club home page Giter Club logo

jitsi-psnr's Introduction

Jitsi Video Quality Analyzer (JiViQA)

The Jitsi Video Quality Analyzer project is a full-reference Objective Video
Quality Model and Assesement tool.

A collection of scripts to measure video quality and fluidity.  You can grab
some test sequences from here: https://media.xiph.org/video/derf/y4m/. It
requires ffmpeg and dmtx-utils.

Use this command to expand the frames.

```
ffmpeg -i video-file -f image2 ~/Videos/Captures/ATT-LTE-driving-2016_p2p_meet_1121212111212/%03d.png"
```

We use this command to capture. It encodes lossless h264 (https://trac.ffmpeg.org/wiki/Encode/H.264). We set the resolution at the receiver to be 1280x720, so
no re-scaling is necessary to compare the PSNR.

```
ffmpeg -loglevel quiet -video_size 1280x720 -framerate 30 -f x11grab -draw_mouse 0 -i :0.0 -c:v libx264 -crf 0 -preset ultrafast Videos/Captures/ATT-LTE-driving-2016_p2p_meet_`date +%s`.mp4
```

We use this command to emulate with Mahimahi. 31250 bytes is 100ms @ 2.5Mbps

```
mm-delay 50 mm-link uplink downlink --uplink-queue=droptail --downlink-queue=droptail --uplink-queue-args=bytes=31250 --downlink-queue-args=bytes=31250 [ -- command... ]
```

jitsi-psnr's People

Contributors

gpolitis avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

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.