Audio and video should use workbench instead of tempfiles (#561)
authorSebastian Spaeth <Sebastian@SSpaeth.de>
Wed, 12 Dec 2012 13:44:10 +0000 (14:44 +0100)
committerSebastian Spaeth <Sebastian@SSpaeth.de>
Tue, 8 Jan 2013 14:05:03 +0000 (15:05 +0100)
commit25e398428b765e5ea311249c3d81b63f0ab83d2a
tree8de69d9b00e22597f480d63e3869d1abe7bfed3a
parent5018a3557cb4bff707966bddf8c086a6ed10f53b
Audio and video should use workbench instead of tempfiles (#561)

We were using lots of tempfiles in the audio and video processing
backends which worked around our workbench system. Still use the
tempfiles package but create them in the workbench directory. This
can help address the uploads of large files (#419) where /tmp might
be a smallish tmpfs and our workbench a real disk.

Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
mediagoblin/media_types/audio/processing.py
mediagoblin/media_types/video/processing.py