[Cin] Test rendering whit x265

Andrew Randrianasulu randrianasulu at gmail.com
Sat Aug 14 00:21:08 CEST 2021


On Saturday, August 14, 2021, Phyllis Smith via Cin <
cin at lists.cinelerra-gg.org> wrote:

> Andrew, in randrik15, I think this patch is inconsistent.  Could you
> recheck?
>
>>
>> then 0042 - should be simple in that it adds exr sequence as format for
>> background render
>>
> That is:   0042-Add-openEXR-format-for-background-render.patch
> @@ -92,7 +92,10 @@ void FormatPopup::create_objects()
>         if(!use_brender)
>                 post_item(FILE_TIFF);
>         post_item(FILE_TIFF_LIST);
> -
> +#ifdef HAVE_OPENEXR
> *+       if(use_brender)              */ should this not be:   if
> (!use_brender) like the ones above?  */*
> +       post_item(FILE_EXR_LIST);
> +#endif
>         update(&format_items, 0, 0, 1);
>  }
>


I think you can modify it like example above - just it worked for me in
this form - but I have not tried to render individual (single) exrs
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.cinelerra-gg.org/pipermail/cin/attachments/20210814/c7e0216a/attachment.htm>


More information about the Cin mailing list