From 4176f0e447f938c92544f1e74665bc2aec712967 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Thu, 29 Sep 2022 11:07:00 +0200 Subject: [PATCH] Website: add question to FAQ --- web/project-website/content/faq/_index.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/web/project-website/content/faq/_index.md b/web/project-website/content/faq/_index.md index d16b03dc..081650c6 100644 --- a/web/project-website/content/faq/_index.md +++ b/web/project-website/content/faq/_index.md @@ -36,6 +36,20 @@ file][workercfg]. [workercfg]: {{< ref "usage/worker-configuration" >}} + +## Can I use the Compositor to output multiple EXR files? + +This is possible with Flamenco, but it takes a bit of work. It's not managed by +Flamenco's default job types. You can create [your own custom job +type][jobtypes] for this, though. With that, you have control over the arguments +that get used before and/or after the filename on the CLI. + +If you have this working, please [share your job compiler script with us][getinvolved]! + +[jobtypes]: {{< ref "usage/job-types" >}} +[getinvolved]: {{< ref "development/get-involved" >}} + + ## What do "Error: Cached job type is old" or "job type etag does not match" mean? This means that you have to click on the little "Refresh" icon next to the job type: