wubloader/cutter
Mike Lang 1a177931a6 cutter: Simplify upload backend interface
Only support iterable of string, not file-like or string.

This is a minor usability loss but we only call this from one place anyway
and it's always an iterable of string.
..
cutter cutter: Simplify upload backend interface
Dockerfile cutter: Fix dockerfile, which was missing ffmpeg dependency
setup.py cutter: Add initial outline