]> git.sesse.net Git - ffmpeg/blob - doc/libavfilter.texi
avfilter/vf_scale: store the offset in a local variable before adding it
[ffmpeg] / doc / libavfilter.texi
1 \input texinfo @c -*- texinfo -*-
2 @documentencoding UTF-8
3
4 @settitle Libavfilter Documentation
5 @titlepage
6 @center @titlefont{Libavfilter Documentation}
7 @end titlepage
8
9 @top
10
11 @contents
12
13 @chapter Description
14 @c man begin DESCRIPTION
15
16 The libavfilter library provides a generic audio/video filtering
17 framework containing several filters, sources and sinks.
18
19 @c man end DESCRIPTION
20
21 @chapter See Also
22
23 @ifhtml
24 @url{ffmpeg.html,ffmpeg}, @url{ffplay.html,ffplay}, @url{ffprobe.html,ffprobe},
25 @url{ffmpeg-filters.html,ffmpeg-filters},
26 @url{libavutil.html,libavutil}, @url{libswscale.html,libswscale}, @url{libswresample.html,libswresample},
27 @url{libavcodec.html,libavcodec}, @url{libavformat.html,libavformat}, @url{libavdevice.html,libavdevice}
28 @end ifhtml
29
30 @ifnothtml
31 ffmpeg(1), ffplay(1), ffprobe(1),
32 ffmpeg-filters(1),
33 libavutil(3), libswscale(3), libswresample(3), libavcodec(3), libavformat(3), libavdevice(3)
34 @end ifnothtml
35
36 @include authors.texi
37
38 @ignore
39
40 @setfilename libavfilter
41 @settitle multimedia filtering library
42
43 @end ignore
44
45 @bye