Debug job: render to writable target

Rendering to `/tmp/flamenco-test-frames` would actually need to write to
`/tmp__intermediate...`, which cannot be created by a regular user.
This commit is contained in:
Sybren A. Stüvel 2022-02-22 13:56:22 +01:00
parent 0525bd726c
commit 441289dbed

View File

@ -13,7 +13,7 @@ curl -v -X 'POST' \
"type": "simple-blender-render", "type": "simple-blender-render",
"settings": { "settings": {
"filepath": "flamenco-test.blend", "filepath": "flamenco-test.blend",
"render_output": "/tmp/flamenco-test-frames", "render_output": "/tmp/flamenco/test-frames",
"chunk_size": 1, "chunk_size": 1,
"extract_audio": true, "extract_audio": true,
"format": "PNG", "format": "PNG",