sierra.plugins.prod.render.plugin#

Classes for rendering frames (images) into videos.

Frames can be:

  • Captured by by the --engine during stage 2.

  • Generated during stage 3 of SIERRA via imagizing.

  • Generated inter-experiment heatmaps from bivariate experiments.

Functions#

proc_batch_exp(→ None)

Render videos.

Module Contents#

sierra.plugins.prod.render.plugin.proc_batch_exp(main_config: sierra.core.types.YAMLDict, cmdopts: sierra.core.types.Cmdopts, pathset: sierra.core.batchroot.PathSet, criteria: sierra.core.variables.batch_criteria.XVarBatchCriteria) None[source]#

Render videos.

  1. From Engine if --engine-vc was passed.

  2. From imagized images if proc.imagize was run previously to generate frames, and --project-rendering is passed.