Search found 240 matches

by CBosch
Fri Feb 12, 2016 12:43 pm
Forum: Pano2VR general
Topic: Facebook
Replies: 40
Views: 20205

Re: Facebook

Hi, you missunderstood :wink: In the html-file head you write: <meta property="og:url" content="http://marcolodovichi.s3.amazonaws.com/VR/360/social/niccolini360_social/index.html" /> without "s"!!!!! In the developers-tool you use the address with "s": https:...
by CBosch
Fri Feb 12, 2016 8:09 am
Forum: Pano2VR general
Topic: Facebook
Replies: 40
Views: 20205

Re: Facebook

Hi,

the "input-URL" is a https. The canonical-URL should be a http-URL. In the head of your html you have

Code: Select all

<meta property="og:url" content="http://your/path/to/the/pano.html" />
Then it should work.
by CBosch
Thu Feb 11, 2016 7:51 pm
Forum: Pano2VR general
Topic: output - animation
Replies: 17
Views: 7486

Re: output - animation

Hi Hopki, the projections are equirectangular, 5000 x 2500px, 100MB, tiff-file. I tried with larger files too, 14000 x 7000px - but I changed the size to make the test faster. For the faster check with the 5000px-files I created a new project to be sure not to use "old" settings which may ...
by CBosch
Thu Feb 11, 2016 6:38 pm
Forum: Pano2VR general
Topic: add user to my licence Beta released
Replies: 3
Views: 2289

Re: add user to my licence Beta released

Hi,

this is not a forum-managed company so best and only mandatory response will given by gg. Send them a eMail - normally will be answered fast. :)
by CBosch
Thu Feb 11, 2016 12:46 pm
Forum: Pano2VR general
Topic: To share a Panorama on Facebook, is there a way to let it shows a preview?
Replies: 4
Views: 4004

Re: To share a Panorama on Facebook, is there a way to let it shows a preview?

Hi Marco,

did you tried with the tools to change/add a preview?

tool

You add the following in your html-head:

Code: Select all

<meta property="og:image" content="path/to/your/preview-image.jpg"/>
by CBosch
Thu Feb 11, 2016 10:25 am
Forum: Pano2VR general
Topic: To share a Panorama on Facebook, is there a way to let it shows a preview?
Replies: 4
Views: 4004

Re: To share a Panorama on Facebook, is there a way to let it shows a preview?

Hi,

if I understood you right, you added a link to Facebook and did not "implement" the tour. For a link is, as far as I know, never a preview possible.

To implement a tour in Facebook maybe this helps.
by CBosch
Wed Feb 10, 2016 10:15 pm
Forum: Pano2VR general
Topic: Go to URL action opens in new tab
Replies: 3
Views: 2988

Re: Go to URL action opens in new tab

Hi,

type in the target-field "_self" :D
by CBosch
Wed Feb 10, 2016 10:30 am
Forum: Pano2VR/Object2VR Skins
Topic: Proportional logo or picture depending on screen size
Replies: 10
Views: 24050

Re: Proportional logo or picture depending on screen size

Hi,

without having it checked - why don't you size the logo in % (not the position)?
by CBosch
Tue Feb 09, 2016 5:04 pm
Forum: Pano2VR general
Topic: output - animation
Replies: 17
Views: 7486

Re: output - animation

The datas from the new test-run: 4 panos in the tour: Clip 1 - 6,2 sec animation - 39,51 sec to create tifs Clip 2 - 8,0 sec animation - 56,30 sec to create tifs Clip 3 - 10,0 sec animation - 66,70 sec to create tifs Clip 4 - 9,5 sec animation - 65,76 sec to create tifs In the output-folder are 919 ...
by CBosch
Tue Feb 09, 2016 4:22 pm
Forum: Pano2VR general
Topic: output - animation
Replies: 17
Views: 7486

Re: output - animation

Hi Hopki, yes I checked remove.. But I make later another run with deselected removal. I runs fast, needs 2 or 3 mins (I will take time next run), the ffmpeg-window is extrem fast with the message after a few seconds. The first pano is complete and a few seconds somewhere in the 3rd. Concerning the ...
by CBosch
Tue Feb 09, 2016 6:29 am
Forum: Pano2VR general
Topic: output - animation
Replies: 17
Views: 7486

Re: output - animation

I made a new animation - only short sequences (< 10s) and when the window of the ffmpeg pops up I could read two times comments like "duration too long". Is there a possibility to keep this log?
by CBosch
Tue Feb 09, 2016 5:36 am
Forum: Pano2VR general
Topic: output - animation
Replies: 17
Views: 7486

Re: output - animation

Hi Hopki, I use the file you linked for download which has about 22MB. I checked if it has an influence if the tour is saved on an external disc - but when copy to the mac-SSD the same result. When generating the little window pops up, making the tifs from each panorama, then the ffmpeg window pops ...
by CBosch
Tue Feb 09, 2016 5:24 am
Forum: Pano2VR/Object2VR Skins
Topic: Relative Position of Elements (from bottom)
Replies: 5
Views: 3442

Re: Relative Position of Elements (from bottom)

Hi Oli, the canvas is like a "design-help" to arrange your items in your desired base-layout. With the anchor you define where "to lock" the item if any changes are done due to size changes. The skin depends on your "clients". For our purpose, with a large quantity of o...
by CBosch
Mon Feb 08, 2016 9:52 pm
Forum: Pano2VR/Object2VR Skins
Topic: IS MOBILE behaviour
Replies: 5
Views: 3101

Re: IS MOBILE behaviour

Hi,

yes I did it with the logicblock:

mobile = true AND
screenwidth > 800 (for my purpose, maybe you have to adapt the needed size)

Important is the AND
by CBosch
Mon Feb 08, 2016 9:50 pm
Forum: Pano2VR/Object2VR Skins
Topic: Relative Position of Elements (from bottom)
Replies: 5
Views: 3442

Re: Relative Position of Elements (from bottom)

The x and y is used in the "drawing" dimensioned to your specific size. The position of the item does't change if you change the anchor. The coordinates aren't those of the anchor!!