1ERECT2QTVR(1)         User Contributed Perl Documentation        ERECT2QTVR(1)
2
3
4

NAME

6       erect2qtvr - Assemble a Quicktime QTVR file from an equirectangular
7       image
8

Synopsis

10         erect2qtvr --erect=mypanorama.tif
11

DESCRIPTION

13       This tool generates a cubic QTVR from a single equirectangular image,
14       see <http://wiki.panotools.org/Equirectangular_Projection> for more
15       details of the input file format.
16
17       A QTVR file is created with the same path as the input image except
18       with a .mov extension.
19

Calling syntax

21         erect2qtvr [options] --erect=mypanorama.tif
22
23       Options:
24
25         --erect    Filename of equirectangular input (required)
26         --pitch    pre-rotates the entire panorama.  eg. if your panorama
27                    has the nadir in the centre set this to -90
28         --yaw      pre-rotates the entire panorama.
29         --quality  JPEG quality for QTVR tiles, defaults to 70
30         --cleanup  set to '0' to keep temporary files, defaults to '1'
31
32       A subset of jpeg2qtvr options are also accepted:
33
34         --date     date in seconds since January 1st 1970, defaults to current time
35         --name     title of the panorama
36         --outfile  output filename, defaults to input filename with mov extension
37         --width    preferred window width, defaults to 1024
38         --height   preferred window height, defaults to 768
39         --pan      initial pan (yaw), defaults to 0.0 degrees
40         --tilt     initial tilt (pitch), defaults to 0.0 degrees
41         --fov      initial vertical angle of view, defaults to 60 degrees
42         --min-fov  minimum vertical angle of view, defaults to 10 degrees
43         --max-fov  maximum vertical angle of view, defaults to 120 degrees";
44

License

46       This program is free software; you can redistribute it and/or modify it
47       under the terms of the GNU General Public License as published by the
48       Free Software Foundation; either version 2 of the License, or (at your
49       option) any later version.
50

See Also

52       perl, Panotools::Script
53

Author

55       March 2007, Bruno Postle <bruno AT postle.net>
56
57
58
59perl v5.36.0                      2022-07-22                     ERECT2QTVR(1)
Impressum