set_render_settings
Description:
Specifies encoding setting to be used by the pipeline to render its timeline, and where the result should be written to.
This method **must** be called before setting the pipeline mode to RENDER.
Parameters:
this |
A Pipeline |
output_uri |
The URI to save the timeline rendering result to |
profile |
The encoding to use for rendering the timeline |
Returns:
true if the settings were successfully set on this. |