=head1 NAME totem-video-thumbnailer - video thumbnailer for the GNOME desktop =head1 SYNOPSYS B [-j|--jpeg] [-l|--no-limit] [-s size] input output [backend options] =head1 DESCRIPTION This manual page documents briefly the B command. This manual page was written for the Debian Project because the original program does not have a manual page. B is used internally by GNOME applications such as B to generate PNG thumbnails of video files. While it is possible to invoke it manually, it is usually done automatically by B. =head1 ARGUMENTS =over 8 =item B The input filename. This can be in any format that B can play. =item B The output filename, output in PNG format. =item B Options to be passed to the backend (i.e. B). =back =head1 OPTIONS =over 8 =item B<-j> B<--jpeg> Switch the output format to JPEG. The default is PNG. =item B<-l> B<--no-limit> Don't limit the thumbnailing time to 30 seconds. For debugging purposes. =item B<-s size> The size of the thumbnail. Example: "64x64". The default is "128x96". =back =head1 AUTHOR B was written by Bastien Nocera . This manual page was written by Zack Cerza for the Debian Project (but may be used by others). =head1 SEE ALSO =over 8 =item B, B =back