.TH "ZOOMER" "1" .SH "NAME" zoomer \(em generate a video from a picture by zooming from one point to another .SH "SYNOPSIS" .PP \fBzoomer \fB\fIoptions...\fR\fP\fR .SH "DESCRIPTION" .PP \fBzoomer\fR automatically generates a video from a picture. It starts at the full picture and then zooms into the first point. Then zooms out and into the next point, etc. At the moment of reaching a point, zoomer will write a text (e.g. a name). .PP \fBzoomer\fR needs a picture (bigger is better) and a data file to define the points to be zoomed into. .SH "OPTIONS" .IP " \fB\-\-data\fP " 10 the data file setting the details to be zoomed. .IP " \fB\-\-debug\fP " 10 show a verbose output .IP " \fB\-\-frames-moveing\fP " 10 how many frames between details .IP " \fB\-\-frames-stoped\fP " 10 how many frames focused on the detail .IP " \fB\-\-font-size\fP " 10 the size of the text .IP " \fB\-\-output\fP " 10 the name of the output video .IP " \fB\-\-pic\fP " 10 the name of the input picture (bigger is better) .IP " \fB\-\-replace-output\fP " 10 will automaticaly delete a file with the same output name .IP " \fB\-\-use-zenity\fP " 10 will show a nice graphical progress bar .IP " \fB\-\-video-size\fP " 10 the video resolution in the \fIW\fRx\fIH\fR notation like 480x360 .SH "THE DATA FILE" .PP The data file is a simple text file to provide informaton about where zoomer must zoom. There must be one line by detail and no other information. The zoomer don't supports empty lines or commentaries. .PP The detail line has the pattern: \fB\fIX\fR,\fIY\fR \fIWidth\fR \fIText\fR\fR .PP See a data example: .PP .nf 364,178 57 Bart 233,246 62 Lisa 396,274 52 Maggie 302,059 61 Marge 228,130 66 Homer .fi .PP The \fB\fIWidth\fR\fR is the with of the soom square. The \fB\fIHeight\fR\fR will be ever proporcional to the output setted height. .SH "AUTHOR" .PP This manual page was written by Aurélio A. Heckert aurium@gmail.com for the \fBDebian\fP system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 3 any later version published by the Free Software Foundation. .PP On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/. .\" created by instant / docbook-to-man, Sat 16 Aug 2008, 00:49