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

https://github.com/just-work/django-video-transcoding

Simple video transcoding application for Django Framework
https://github.com/just-work/django-video-transcoding

Last synced: about 8 hours ago
JSON representation

Simple video transcoding application for Django Framework

Awesome Lists containing this project

README

        

# django-video-transcoding

Simple video transcoding application for Django Framework

[![build](https://github.com/just-work/django-video-transcoding/workflows/build/badge.svg?branch=master)](https://github.com/just-work/django-video-transcoding/actions?query=event%3Apush+branch%3Amaster+workflow%3Abuild)
[![codecov](https://codecov.io/gh/just-work/django-video-transcoding/branch/master/graph/badge.svg)](https://codecov.io/gh/just-work/django-video-transcoding)
[![Updates](https://pyup.io/repos/github/just-work/django-video-transcoding/shield.svg)](https://pyup.io/repos/github/just-work/django-video-transcoding/)
[![PyPI version](https://badge.fury.io/py/django-video-transcoding.svg)](http://badge.fury.io/py/django-video-transcoding)
[![Documentation Status](https://readthedocs.org/projects/django-video-transcoding/badge/?version=latest)](https://django-video-transcoding.readthedocs.io/en/latest/?badge=latest)

## Use as a service

Use `docker-compose.yml` as a source of inspiration.

See [quickstart.md](docs/source/quickstart.md) for details.

## Install a Django app

Use `src/dvt/settings.py` as a source of inspiration.

See [application.md](docs/source/application.md) for details.

## Develop and extend

See [development.md](docs/source/development.md) for details.