Announcement

Collapse
No announcement yet.

Any tool to convert 6x1 cube map to Spherical pano??

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

  • Any tool to convert 6x1 cube map to Spherical pano??

    Looking for something that will automatically convert a 6x1 strip into a regular spherical pano.
    OR something that can automatically split the 6x1 into individual faces named correctly.

    I have a PS action that can split the faces, but then naming is an issue.

    I have about 30 odd panos on this project and I dont want to spend hours doing this manually for each update.

    krpanotools maketiles tool can also split the faces but then names them 1 - 6

    Possibly there is a way to write a bat file that will rename appropriately? Bit out of my skillset..

    Any one know of anything?

  • #2
    i think there is a droplet action you can run once you have installed krpano... it at least works the other way
    www.peterguthrie.net
    www.peterguthrie.net/blog/
    www.pg-skies.net/

    Comment


    • #3
      Originally posted by peterguthrie View Post
      i think there is a droplet action you can run once you have installed krpano... it at least works the other way
      The Cube to sphere droplet only takes the individual cube faces unfortunately

      Comment


      • #4
        this is what we did for going the opposite direction if its of any help:

        1) split left and right in photoshop
        2) run through the 'convert sphere to cube' krpano droplet (changed settings to spit out JPGs)
        3) run through gearshift to combine into the correct order (http://panoramaphotographer.com/software/gearshift/)
        www.peterguthrie.net
        www.peterguthrie.net/blog/
        www.pg-skies.net/

        Comment


        • #5
          Yeah, was doing something similar going the other way, but found a bunch of photoshop actions that are quite handy http://www.andrewhazelden.com/blog/2...v2-2-released/
          Seems to be loads of options for going sphere to cube but not the other way... driving me nuts.

          I can make a bat file to split the cube strips to individual faces, but the naming is a problem. Im not sure how to get round this.

          Cant beleive there isnt a simple bat file or something to simply split a 6x1 jpg into 6 faces, surely Im not the only one!

          Comment


          • #6
            I think you could make a 3ds max scene which uses the cubemap as skybox and render out a Spheral pano.
            German guy, sorry for my English.

            Comment


            • #7
              Surely some quality loss in that method?
              Also seems to be too much labour involved in that, this needs to be automated. Manually processing a pile of panos every day is way too time consuming.

              Comment


              • #8
                Originally posted by AlexP View Post
                Surely some quality loss in that method?
                Also seems to be too much labour involved in that, this needs to be automated. Manually processing a pile of panos every day is way too time consuming.
                I dont know, but I can imagine that vrays sampling is better than krpano's.
                I'm not a script guy so I dont know how that could be automated. But I think It's possible to let max automatically change the input image and output names via maxscript.
                Or possibly somehow use vray standalone for this?
                Last edited by Ihno; 15-08-2016, 06:08 AM.
                German guy, sorry for my English.

                Comment


                • #9
                  Well if anyone needs this in the future, some hardcore googling helped me write this no doubt clumsy bat file. But it does the job.
                  Needs krpano and imagemagick.
                  Think the bat file needs to be in the krpano folder as well to access the "maketiles" command.

                  Takes the cube strip, splits the faces (based on being 1536 square)
                  Flips the faces the right way
                  Renames the right direction.

                  You can then drop the faces on the krpano cube to sphere tool to get the spherical pano out of it.

                  Code:
                  
                  mkdir "\\%~p1faces\"
                  
                  set filepath=\\%~p1faces\
                  
                  
                  "%~dp0KRPANOTOOLS64.exe" maketiles %* "%filepath%\%~n1_split%%h.jpg" 1536
                  
                  "C:\Program Files\ImageMagick-7.0.2-Q16\magick.exe" mogrify -flop "%filepath%\%~n1_split1.jpg"
                  "C:\Program Files\ImageMagick-7.0.2-Q16\magick.exe" mogrify -flop "%filepath%\%~n1_split2.jpg"
                  "C:\Program Files\ImageMagick-7.0.2-Q16\magick.exe" mogrify -flip "%filepath%\%~n1_split3.jpg"
                  "C:\Program Files\ImageMagick-7.0.2-Q16\magick.exe" mogrify -flip "%filepath%\%~n1_split4.jpg"
                  "C:\Program Files\ImageMagick-7.0.2-Q16\magick.exe" mogrify -flop "%filepath%\%~n1_split5.jpg"
                  "C:\Program Files\ImageMagick-7.0.2-Q16\magick.exe" mogrify -flop "%filepath%\%~n1_split6.jpg"
                  
                  ren "%filepath%\%~n1_split1.jpg" "%~n1_r.jpg"
                  ren "%filepath%\%~n1_split2.jpg" "%~n1_l.jpg"
                  ren "%filepath%\%~n1_split3.jpg" "%~n1_u.jpg"
                  ren "%filepath%\%~n1_split4.jpg" "%~n1_d.jpg"
                  ren "%filepath%\%~n1_split5.jpg" "%~n1_b.jpg"
                  ren "%filepath%\%~n1_split6.jpg" "%~n1_f.jpg"
                  
                  
                  echo.
                  pause

                  Comment


                  • #10
                    If anyone knows how to give this functionality so I can drag and drop more than file at a time on to it, would be amazing.

                    Comment


                    • #11
                      Hi AlexP! I just replied again in the thread I started:

                      http://forums.chaosgroup.com/showthr...irrored-output


                      The bottom line with KRPANO is that if you are creating for stereoscopic VR then cubemap images you create yourself and MANUALLY put into the left and right pano folders is the only way to go. Spherical is just not good enough quality - even for desktop viewing. There is simply not an effective translator offered by KRPANO anyway. Besides, since V-Ray is already spitting out a cubemap strip why not just use it?

                      Comment


                      • #12
                        Originally posted by landrvr1 View Post

                        and MANUALLY put into the left and right pano folders is the only way to go.
                        Can you explain what you mean here?

                        Comment


                        • #13
                          So here's a couple of screen grabs. The first shows all of my left and right scene pano folders for a current project. There's 10 scenes in all.

                          The 2nd grab shows the guts of the pano_l.tiles folder. Which has 6 cube squares, a preview strip, and a thumbnail. When I first started using KRPANO I took a look at one of their example folders and they had structured it in this way. I simply replaced all of their low res images with my own. In the latest version they've added a separate folder for mobile VR images. These are a the SAME images as in the main folder.

                          The translator droplets are a complete nightmare for anyone who is generating V-Ray based panos / 3D VRs. Don't use them. I could go into all kinds of reasons but the point is that there's nothing better than your own cube face images.

                          Also, I keep my preview strip as white. The preview strip is typically low resolution and is what you see as things are 'loading'. It's ugly...so white is better for me. haha.

                          The thumbnail is 240x240. It doesn't need to be any bigger than that.

                          Hope this makes sense!


                          Click image for larger version

Name:	1.JPG
Views:	1
Size:	55.6 KB
ID:	863314Click image for larger version

Name:	2.JPG
Views:	1
Size:	30.5 KB
ID:	863315

                          Comment


                          • #14
                            I see, are you using the droplets to create the initial folder/XML before replacing?

                            Comment


                            • #15
                              Yes indeed. Just the VTOUR normal droplet.

                              Comment

                              Working...
                              X