You are not logged in.

Dear visitor, welcome to krpano.com Forum. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Tuesday, March 23rd 2010, 7:49pm

About krprotectcl

It seems krprotectcl.exe doesnt accept file name selector such as "*" in -filelist file.

If I am correct, all file names must be listed explicitly. Then it is very difficult to write a general command file for creating an swf-file.

For example the number of tiles can be different for different panoramas.



Any ideas how to automate this process?

2

Saturday, March 27th 2010, 5:04pm

Are you going to include all tiles into the single swf?
I'll be huge swf. Why don`t you leave them outside the swf? Like the kprotect do by default?

3

Sunday, March 28th 2010, 11:08am

The size of single swf is approximately the same as total size of all tiles. And besides protection single swf is more simple in publishing.

Mael B.

Trainee

Posts: 157

Location: France, Montpellier

  • Send private message

4

Tuesday, March 30th 2010, 12:20am

don't use tiled panorama but cube faces,if you want to embed the panorama in the swf.

5

Tuesday, March 30th 2010, 7:17pm

don't use tiled panorama but cube faces,if you want to embed the panorama in the swf.
I was also considering this, but my panos are about 360x120, so I am not sure if such umages can be converted to cube faces.

6

Tuesday, March 30th 2010, 10:12pm

Hi,

it is also possible to pass a textfile which contains all filename of the files that should be embedded,
e.g.

Source code

1
kprotectcl -o=pano.swf -filelist=filelist.txt



Quoted

I was also considering this, but my panos are about 360x120, so I am not sure if such umages can be converted to cube faces.
such images can also be converted,
just try the "SPHERE to CUBE droplet" or edit/change in the .config file the "converttocubelimit" setting to:
converttocubelimit=360x120

but the limits for must be set manually in the xml,
e.g.

Source code

1
<view limitview="range" vlookatmin="-60" vlookatmax="+60" />


best regards,
Klaus

7

Wednesday, March 31st 2010, 12:25am

Thank you for good info.