Project.get_render_resolutions#

Project.get_render_resolutions(format: str, codec: str) List[dict][source]#

Returns list of resolutions applicable for the given render format (string) and render codec (string).

Parameters:
  • format (str) – format

  • codec (str) – codec

Returns:

Returns full list of resolutions if no argument is provided. Each element in the list is a dictionary with 2 keys “Width” and “Height”.

Return type:

RenderResolution