Yes, seems to be a problem, but I have no idea what the repercussions of the patch would be based on the following in the release notes for September 2020 which says in the Bugs/Issues fixed: "Alpha is being set to 1 for background color always now – just a missing thing." On Fri, Nov 11, 2022 at 5:31 AM Andrew Randrianasulu < [email protected]> wrote:
User 'goat' reported cingg failed to create png sequence with alpha, even if proj set to rgba and png settings also include alpha.
I ..spend a lot of tume in filepng and fule, until it dawned at me Ican check older cingg!
Bug was not there in june 15 2020 selfbuild.
And bug was present in 09 30 2020 ubuntu 16 static tar ...
So I searched git log and found this commit
https://git.cinelerra-gg.org/git/?p=goodguy/cinelerra.git;a=blobdiff;f=cinel...
i tried to set alpha to 0 (zero) in virtialvconsole and suddently pngs and exrs and tgas got their alpha back!
How to check:
Load video into cingg Set format to rgba-8 bit Set Alpha plugin over video, with parameter 0.5 or use fader. Set output render to one frame, png, use alpha.
Render
While image will be with right format alpha will be absent as evidenced by gimp's colorpicker.
patch cingg with attached patch, hope alpha will be back!
But of course we better to re-test video formats with alpha too ... (just not sure how)
note, ffmpeg's png encoder worked ok, and so did tiff encoder. But png/exr/tga were all busted wrt alpha.