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
- Host: GitHub
- URL: https://github.com/encoding-ninja/pixelwalker
- Owner: encoding-ninja
- Created: 2017-01-12T19:02:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-08T15:37:20.000Z (almost 7 years ago)
- Last Synced: 2024-09-20T14:30:57.794Z (about 1 year ago)
- Topics: encoding, psnr, quality-measures, ssim, video-processing, vmaf
- Language: HTML
- Homepage:
- Size: 19.3 MB
- Stars: 10
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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