I'm trying to extract the zdepth pass from a vrimg file. I'm using this line in the command vrimg2exr c:\Test\test*.vrimg –channel VRayZDepth and It's returning a "Too many arguments' error. I also am having trouble extracting the info from the file. attached are the command line errors. Any help would be appreciated.
Announcement
Collapse
No announcement yet.
Extract z depth from Vrimg file
Collapse
X
-
I could be wrong but I think it's the wildcard (*) at the end of your filename that's breaking it. If you've got a sequence of images, you have to write a line for each image so it'd be something like "vrimg2exr c:\Test\test001.vrimg –channel VRayZDepth" and so on.
-
Ok then; I'm not sure what is the problem, but if you email me to vlado@chaosgroup.com I could try to get you my version of vrimg2exr which I know works fine.
Best regards,
VladoI only act like I know everything, Rogers.
Comment
-
Comment