Progressive Rendering: use output settings of blend file for previews #61094

Closed
opened 2019-02-01 11:32:59 +01:00 by Sybren A. Stüvel · 5 comments

Currently progressive rendering previews are hard-coded as JPEG. This is fine for most render jobs, but sometimes transparency is used and thus rendering to PNG is required. The easiest way to give artists control over this would be to use the output settings of the blend file.

  • Update the Cloud add-on to emit a warning/error when an output format is selected that's incompatible with FFMPEG and thus unsuitable for preview generation (which includes EXR because they are useless as preview-versions of EXR files).
  • Create a new preview_exr_sequence command that basically does the same as exr_sequence_to_jpeg except it doesn't mention the output file format in the name and uses the settings in the blend file.
  • Update the preview-handing tasks to use the configured output extension (rather than hardcoded .jpg)
Currently progressive rendering previews are hard-coded as JPEG. This is fine for most render jobs, but sometimes transparency is used and thus rendering to PNG is required. The easiest way to give artists control over this would be to use the output settings of the blend file. - Update the Cloud add-on to emit a warning/error when an output format is selected that's incompatible with FFMPEG and thus unsuitable for preview generation (which includes EXR because they are useless as preview-versions of EXR files). - Create a new `preview_exr_sequence` command that basically does the same as `exr_sequence_to_jpeg` except it doesn't mention the output file format in the name and uses the settings in the blend file. - Update the preview-handing tasks to use the configured output extension (rather than hardcoded `.jpg`)
Author
Owner

Added subscriber: @dr.sybren

Added subscriber: @dr.sybren

Added subscriber: @fsiddi

Added subscriber: @fsiddi

Alternatively offer JPEG2000 as only option (supports Alpha).

Alternatively offer JPEG2000 as only option (supports Alpha).
Author
Owner

Changed status from 'Confirmed' to: 'Archived'

Changed status from 'Confirmed' to: 'Archived'
Author
Owner

A new generation of Flamenco (version 3.0) is in development (in the main branch at https://developer.blender.org/diffusion/F/), so all issues with Flamenco version 2 or older will be archived.

A new generation of Flamenco (version 3.0) is in development (in the `main` branch at https://developer.blender.org/diffusion/F/), so all issues with Flamenco version 2 or older will be archived.
Sign in to join this conversation.
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: studio/flamenco#61094
No description provided.