Make debug-job-render.sh less Blender Studio-specific

Don't output to `/render/_flamenco/...`, but to `/tmp/...` instead.
This commit is contained in:
Sybren A. Stüvel 2022-06-30 18:30:35 +02:00
parent 75723daba2
commit f1c15dfa2c

View File

@ -21,8 +21,8 @@ curl -v -X 'POST' \
"frames": "1-60", "frames": "1-60",
"image_file_extension": ".png", "image_file_extension": ".png",
"images_or_video": "images", "images_or_video": "images",
"render_output_path": "/render/_flamenco/tests/renders/sybren/Demo for Peoples/######", "render_output_path": "/tmp/flamenco/Demo for Peoples/######",
"render_output_root": "/render/_flamenco/tests/renders/sybren/", "render_output_root": "/tmp/flamenco/",
"video_container_format": "MPEG1" "video_container_format": "MPEG1"
}, },
"priority": 50 "priority": 50