An open API service indexing awesome lists of open source software.

https://github.com/encoding-ninja/pixelwalker

Video encoding quality assessment platform
https://github.com/encoding-ninja/pixelwalker

encoding psnr quality-measures ssim video-processing vmaf

Last synced: 16 days ago
JSON representation

Video encoding quality assessment platform

Awesome Lists containing this project

README

          

__Warning:__ _This project is not yet ready for production purposes._

## How to try?

Using [docker-compose](https://docs.docker.com/compose/install/)

```
# GETTING THE SOURCE
# Clone the repo and make it your active directory
git clone https://github.com/antoinehng/pixelwalker ./pixelwalker
cd ./pixelwalker

# CREATE A MEDIA LIBRARY FOLDER ON YOUR HOST
# Default location is {{ repo-root }}/media_library/
# If you need to change this, go to docker-compose/docker-compose.yml
# and change the volumes parameters for the engine and worker services
mkdir media_library

# USE DOCKER-COMPOSE
# Move to the docker-compose directory
cd docker-compose

# Build all needed docker images
docker-compose build

# Start all services
docker-compose up
```

The plateform should be accessible at http://localhost:8000