PDA

View Full Version : startpoint inside quicktime mov


ftrippie
02-24-2008, 09:59 PM
Hi guys,

With Pano2QTRV you can nicely set the starting point (pan and tilt, but now only interested in pan) of the pano. The same I could do within FPP of course, but is there a way that FPP can pick up the start-pan in the MOV file?
It doesn´t seem to pick it up...

Cheers,
FTrippie

zleifr
02-24-2008, 10:01 PM
Nope. You'll have to ask Denis to implement that feature.

Zephyr

ftrippie
02-25-2008, 10:30 AM
Thanks Zephyr.

Denis, please?

FTrippie

broma
02-25-2008, 01:03 PM
I also need. Please

gus
02-25-2008, 07:04 PM
This is my very attempt at answering a query, hope it's correct!

tiltHome sets an initial value of the tilt factor

This param is applied to the panorama position at start or when the key "Home" is pressed.

The value is set in degrees. tiltHome=50 means the initial point of view is towards 50 degrees above the horizon.

Default value is 0. Possible values: -90 to 90
****************
zoomHome sets an initial value of the zoom factor

This param is applied to zoom factor at start or when the key "Home" is pressed.

The param value should be inside the interval [zoomMin, zoomMax].

Default value is 1. Minimal value is 0.45.
***************
panHome sets an initial value of the pan factor

This param is applied to the panorama position at start or when the key "Home" is pressed.

The value is set in degrees. panHome=90 means that the initial point of view is towards the center of the right side of the cube.

Default value is 0. Possible values: [0, 360].

example:
<?xml version = '1.0'?>
<panorama>

<parameters>

layer_10 = files/glassMeter.swf
layer_3 = files/limits.swf
layer_6 = files/cylConverter.swf
layer_7 = files/movDecoder.swf
layer_8 = files/menuFullscreen.swf
layer_9 = files/hotspots.swf
layer_5 = files/autorotator.swf
layer_11 = files/tooltips.swf
panoType = mov
panoName = images/kenthummer
tiltHome = 45
panHome = 70

segments = 25



loaderText= Please wait while the movie loads......

</parameters>

Hope that helps