Bug#299437: missing manpage: totem-video-thumbnailer
Zack Cerza
Zack Cerza <zcerza@coe.neu.edu>, 299437@bugs.debian.org
Sun, 13 Mar 2005 22:34:21 -0500
This is a multi-part MIME message sent by reportbug.
--===============0328608409==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Package: totem
Version: 0.100-4
Severity: minor
Tags: patch
totem-video-thumbnailer is missing a manpage. I wrote a smallish one for
it, that gives a little more information than is in totem's usage
statement. Better than nothing :)
convert the .pod file with:
pod2man -c "" -s 1 -q none -n totem-video-thumbnailer -r GNOME totem-video-thumbnailer.pod > totem-video-thumbnailer.1
License is "GPLv2 or later". Obviously, you're free to make any changes you think are appropriate :)
-- System Information:
Debian Release: 3.1
APT prefers experimental
APT policy: (990, 'experimental'), (990, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Versions of packages totem depends on:
ii totem-xine 0.100-4 A simple media player for the Gnom
-- no debconf information
--===============0328608409==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="totem-video-thumbnailer.pod"
=head1 NAME
totem-video-thumbnailer - video thumbnailer for the GNOME desktop
=head1 SYNOPSYS
B<totem-video-thumbnailer> [-s size] input output [backend options]
=head1 DESCRIPTION
This manual page documents briefly the B<totem-video-thumbnailer> command. This manual page was written for the Debian Project because the original program does not have a manual page.
B<totem-video-thumbnailer> is used internally by GNOME applications such as B<nautilus> to generate PNG thumbnails of video files. While it is possible to invoke it manually, it is usually done automatically by B<nautilus>.
=head1 ARGUMENTS
=over 8
=item B<input>
The input filename. This can be in any format that B<totem> can play.
=item B<output>
The output filename, output in PNG format.
=item B<backend options>
Options to be passed to the backend (i.e. B<xine> or B<gstreamer>).
=back
=head1 OPTIONS
=over 8
=item B<-s size>
The size of the thumbnail. Example: "64x64". The default is "128x96".
=back
=head1 AUTHOR
B<totem-video-thumbnailer> was written by Bastien Nocera <hadess@hadess.net>.
This manual page was written by Zack Cerza <zcerza@coe.neu.edu> for the Debian Project (but may be used by others).
=head1 SEE ALSO
=over 8
=item B<totem>, B<nautilus>
--===============0328608409==--