Commit Graph

5 Commits (0169e177fc647ce4f06a8b6c97d995c6ac75902f)

Author SHA1 Message Date
Mike Lang 044dfb8084 Pin argh to avoid stupid breaking changes
Mike Lang 45c46df8bb Add thumbnail templating code
Mike Lang 62bd6539ea Unpin gevent as that was a workaround for a py2 issue
Mike Lang f0546e2ee3 Pin gevent to 1.5a2 to avoid https://github.com/gevent/gevent/issues/1711
Mike Lang e4b6110fd7 cutter: Add initial outline
The cutter has two jobs:
* To cut videos, taking them through states EDITED -> TRANSCODING
* To monitor TRANSCODING videos for when they're complete

We run these as separate greenlets with their own DB connections,
and if either dies we gracefully shut down the other.