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