p2or / blender-loom

image sequence rendering, encoding and playback
175 stars 10 forks source link

Encoding - "PNG Not Supported" warning #53

Closed jansem1 closed 1 year ago

jansem1 commented 1 year ago

I have an image sequence I'm trying to render Error: image

Output settings: image

Encode image sequence settings: image

P.S. This toolset is amazing. It has single-handedly saved a project I've been working on for two months, and I expect to be getting a lot of use out of it on future projects. Thanks so much for making it!

p2or commented 1 year ago

Hi @jansem1,

many thanks for your kind words and your detailed report. I'm glad to hear it's useful to others as well.

Yeah, this should be explicitly mentioned in the documentation, sorry about that. As the warning you receive suggests, Loom does not support encoding png sequences for several reasons, mainly because png has serious issues when it comes to alpha channels and color management. I simply cannot guarantee that the actual output is always correct and I honestly don't want to waste my spare time maintaining that file format, since I personally don't use it in production.

Anyway, I created a new branch to address this issue, removed that Loom blocks the execution in this case and introduced a better warning message. Just download Loom using the green code button over there, reinstall and please report back if you have the time. If more people are interested, we can "enable" or "allow" this permanently and in best case perhaps someone can be found who wants to take care of this.

What do you think? Does this help?

Cheers, Christian

jansem1 commented 1 year ago

That fixed it, thank you so much!