Imported Debian version 2.4.3~trusty1
[deb_ffmpeg.git] / ffmpeg / doc / ffmpeg-scaler.texi
1 \input texinfo @c -*- texinfo -*-
2
3 @settitle FFmpeg Scaler Documentation
4 @titlepage
5 @center @titlefont{FFmpeg Scaler Documentation}
6 @end titlepage
7
8 @top
9
10 @contents
11
12 @chapter Description
13 @c man begin DESCRIPTION
14
15 The FFmpeg rescaler provides a high-level interface to the libswscale
16 library image conversion utilities. In particular it allows one to perform
17 image rescaling and pixel format conversion.
18
19 @c man end DESCRIPTION
20
21 @include scaler.texi
22
23 @chapter See Also
24
25 @ifhtml
26 @url{ffmpeg.html,ffmpeg}, @url{ffplay.html,ffplay}, @url{ffprobe.html,ffprobe}, @url{ffserver.html,ffserver},
27 @url{libswscale.html,libswscale}
28 @end ifhtml
29
30 @ifnothtml
31 ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), libswscale(3)
32 @end ifnothtml
33
34 @include authors.texi
35
36 @ignore
37
38 @setfilename ffmpeg-scaler
39 @settitle FFmpeg video scaling and pixel format converter
40
41 @end ignore
42
43 @bye