File: totem-video-thumbnailer.pod

package info (click to toggle)
totem 3.30.0-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 16,608 kB
  • sloc: ansic: 31,538; python: 1,210; xml: 257; makefile: 226; sh: 108
file content (63 lines) | stat: -rw-r--r-- 1,464 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
=head1 NAME

totem-video-thumbnailer - video thumbnailer for the GNOME desktop

=head1 SYNOPSYS

B<totem-video-thumbnailer> [-j|--jpeg] [-l|--no-limit] [-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<gstreamer>).

=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<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>

=back