[Cin] Test rendering whit x265

Phyllis Smith phylsmith2017 at gmail.com
Fri Aug 13 23:58:36 CEST 2021


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);
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.cinelerra-gg.org/pipermail/cin/attachments/20210813/d8454211/attachment.htm>


More information about the Cin mailing list