Announcement

Collapse
No announcement yet.

Need help modifying Shimakaze's VRimgs2exr script

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Need help modifying Shimakaze's VRimgs2exr script

    Hi all

    Shimakaze's script works great, it's just a bit slow for me. Could some1 please help me to modify the 10k deafult memory buffer to something more usefull?
    It takes me sometimes 20 to 30 minutes just to convert 1 4K image.
    Kind Regards,
    Morne

  • #2
    There's a section in there called "-bufsize" with a number behind it - that's what you want to change.

    Comment


    • #3
      I must have an old version of his script then. All I see is a section saying:

      if '%e%'=='1' set comp=
      if '%e%'=='2' set comp=-compression none
      if '%e%'=='3' set comp=-compression zips
      if '%e%'=='4' set comp=-compression piz
      if '%e%'=='5' set comp=-compression pxr24
      if not '%f%'=='10' set bufsize=-bufsize %f%

      also a bit further down there is in gamma section:
      :convert
      if not '%gamma%'=='' (set gammaout=-gamma %gamma%) else (set gammaout=)
      set options=%float% %bufsize% %srgb% %gammaout%
      Kind Regards,
      Morne

      Comment


      • #4
        Could you post the script?

        Comment


        • #5
          You can get the script here:
          http://www.chaosgroup.com/forums/vbu...ight=shimakaze
          Kind Regards,
          Morne

          Comment


          • #6
            Seems to be just the f = whatever number in the top section with all the "rems" in it?

            Code:
            rem #### Maximum buffer size (The maximum buffer size per channel (in megabytes) used for conversion. The default is 10)
            set f=10
            That last line f=10 - change the number to whatever you want.

            Comment


            • #7
              DOH!
              I scanned over it so quick that I didn't notice there's variables between there and everything isn't comments

              thanks John
              Kind Regards,
              Morne

              Comment


              • #8
                All good geezer!

                Comment

                Working...
                X