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

NAME

6       jpeg2qtvr - Assemble Quicktime QTVR files from JPEG cubefaces
7

Synopsis

9         jpeg2qtvr --prefix=foo_ > my_panorama.mov
10

DESCRIPTION

12       This tool generates a cubic QTVR, consisting of six cube faces in JPEG
13       format.  JPEG input files must all be square with the same dimensions,
14       eg: 1920x1920.
15
16       Cubefaces must be specified in a standard sequence: front, right, back,
17       left, up and down.
18

Calling syntax

20         jpeg2qtvr [options] --prefix=PREFIX > OUTPUT
21
22       eg. use --prefix=foo_ if the front, right, back, left, up and down JPEG
23       tiles are named foo_0.jpg, foo_1.jpg, foo_2.jpg, foo_3.jpg, foo_4.jpg
24       and foo_5.jpg
25
26       Options:
27
28         --date     date in seconds since January 1st 1970, defaults to current time
29         --name     title of the panorama
30         --width    preferred window width, defaults to 1024
31         --height   preferred window height, defaults to 768
32         --outfile  name for output mov file, otherwise result goes to STDOUT
33         --pan      initial pan (yaw), defaults to 0.0 degrees
34         --tilt     initial tilt (pitch), defaults to 0.0 degrees
35         --fov      initial vertical angle of view, defaults to 60 degrees
36         --min-fov  minimum vertical angle of view, defaults to 10 degrees
37         --max-fov  maximum vertical angle of view, defaults to 120 degrees
38         --preview  prefix for preview track JPEG tiles
39

License

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

See Also

47       perl, Panotools::Script
48

Author

50       October 2006, Bruno Postle <bruno AT postle.net>
51
52
53
54perl v5.34.0                      2021-07-22                      JPEG2QTVR(1)
Impressum