Perhaps this should be added to the Vray Tools section in the support area of the site?
Announcement
Collapse
No announcement yet.
vrimg2exr converter
Collapse
X
-
-
Originally posted by DynedainPerhaps this should be added to the Vray Tools section in the support area of the site?
Best regards,
VladoI only act like I know everything, Rogers.
Comment
-
Just thought I'd post a link to a hdr2exr converter that I found http://hem.bredband.net/b230591/hdr2...2exr_win32.zip"A severed foot would make the ultimate stocking stuffer"
-Mitch Hedberg
Comment
-
z-channel export would be great too...
it would make my life a lot easier... :P
Comment
-
I have to say that this little util saved us a lot, today is a deadline for a project and every render was crashing (with 3gb and dynamic). Rendering to vrimg (no framebuffer and max set to 20x16), save a 1,2Gb of diference in memory it was getting to 2.5Gb and crashing (no dynamic) and with dynamic didn't event start the render at all.
Best regards,
Daniel Santana
4+Arquitectos, LdaDaniel Santana | Co-Founder / Technical Director
You can do it! VFX
Lisbon/Porto - Portugal
http://www.ycdivfx.com
Comment
-
...is there a memory limit on this vrim2exr converter?
I have succesfully converted smaller files before, but this time I'm trying to convert a 3.3 Gb vrimg file to exr with this tool and it crashes.
Or is it because I only have 2Gb of Ram on my workstation?
Comment
-
Originally posted by jonasa...is there a memory limit on this vrim2exr converter?
If you have more than one channels in the image, you can try to convert them one by one using the -channel option, as this will only load the specified channel, instead of all channels.
Other than that, you can try to convert on a machine with 64-bit windows. If that doesn't work either, there is a 64-bit version of the converter that will probably work.
Best regards,
VladoI only act like I know everything, Rogers.
Comment
-
alright... thought it might be something like that...
I was trying to do a very hires render for a building wrap, and thought VRimg might be the way... so no channels i can discard and I don't have a 64bit XP...
Back to render strips.
Could be good if you could choose what bit-depth you want the VRimg to be - floating point is sometimes a bit over the top.
Comment
-
Has anyone tried to build a simple interface for this application? I would do it myself, but it´s far beyond my programming skills...My Youtube VFX Channel - http://www.youtube.com/panthon
Sonata in motion - My first VFX short film made with VRAY. http://vimeo.com/1645673
Sunset Day - My upcoming VFX short: http://www.vimeo.com/2578420
Comment
-
well, considering the amount of pain it causes to get error-safe file selection dialogs and the other stuff i find it easier to resort to the command-line
you'd have to edit batch files for more complex stuff tho' (multiple file conversion)
using maxscript for calling it would defeat the purpose of a standalone tool so one would have to write something in 'real' programming languages
my java is pretty rusty right now... (not to speak of c++ and the likes)
@vlado: shouldnt it be possible to read the vrayimage files in scanlines while converting to other formats that use scanlines? you would only have to keep one scanline in memory that way.
i think i remember tif files supporting saving scanline by scanline
Comment
-
Side-note for some people - 'drag and drop' appears to work pretty well in case you were doing everything command-line before.
Comment
-
Originally posted by mike.edelshouldnt it be possible to read the vrayimage files in scanlines while converting to other formats that use scanlines? you would only have to keep one scanline in memory that way.
i think i remember tif files supporting saving scanline by scanline
Best regards,
VladoI only act like I know everything, Rogers.
Comment
-
Has anyone tried to build a simple interface for this application? I would do it myself, but it´s far beyond my programming skills...
Or is there any free tool to build my own interface that would work with the converter?
Comment
-
Well a did a small frontend it uses net 2.0 (didn't have time for anything more elaborated). http://www.4arq.net/stuff/vr2img.zip
It had quite some use in our last project but may contain some bugs, feel free to use it in anyway you want. There is a small config file to specify where the true vray2image converter is.
Best regards
Daniel SantanaDaniel Santana | Co-Founder / Technical Director
You can do it! VFX
Lisbon/Porto - Portugal
http://www.ycdivfx.com
Comment
Comment