Can’t write out .mov file… getting this error every time with exr’s and png
“Write1 error: can only write RGBA or RGB components images”
You are probably trying to write images instead of a video. What is the output filename?
.mov extension
just tried .avi as well… same error
windows 10 Name.#.ext
Remove #
from the filename.
If you have #
or %INTd
in the filename it will be interpetrated as an image sequence.
Interesting… it worked yesterday for a few renders, but now it stopped working again…
My work computer is not connected to the internet…is that it?
So I tried manually switching to .mov,… which added the # to the name,… then I tried going back to making the Write node and typing in .mov,… and it worked… odd.
The write node added #
? It shouldn’t do that, you are using the latest version (2.4.3) ? on what platform (Win/Mac/Lin)?
yep,… using 2.4.3 windows 10
all I’m doing is drag and drop image folder into node graph, just like in nuke, and viewer is connected to it,… then hit tab …and add a write node and type in render.mov and click render
+1
Hi. I work with window 11. Here is my problem: I want to write an image -png, 9000 x 12000 pixels- but some effects are missing on the output png image. Actually, what is missing are the flares, a node from the Natron Community Plugins… It is strange, because on my monitor, everything looks good; it only goes wrong when I try to save it with a write node.
Hi,
Please provide a screenshot of the nodegraph and the write node properties if possible.
Hi man, I opened a video in .mp4 format to remove the background and save it without background (in .mp4 format), but it gives the error: write1 error: can only write RGBA or RGB components image, I’m a newbie in this area I’m a layman, and I don’t understand why I can’t save my project
If you are a layman, you need to first study a lot about media file formats, codecs, and how a software like Natron works and how to use it properly. Natron is not easy; it is a professional tool. It is not possible for a newbie to start using it and immediately get everything right.
Here are the basics you got wrong: MP4 does not support alpha (A) channel. So you can’t have transparent background with MP4. It will come out as black. Quicktime (MOV) supports alpha channels.