]> git.sesse.net Git - ffmpeg/blob - doc/libavfilter.texi
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / doc / libavfilter.texi
1 \input texinfo @c -*- texinfo -*-
2
3 @settitle Libavfilter Documentation
4 @titlepage
5 @center @titlefont{Libavfilter Documentation}
6 @end titlepage
7
8 @top
9
10 @contents
11
12 @chapter Description
13 @c man begin DESCRIPTION
14
15 The libavfilter library provides a generic audio/video filtering
16 framework containing several filters, sources and sinks.
17
18 @c man end DESCRIPTION
19
20 @include filters.texi
21
22 @ignore
23
24 @setfilename libavfilter
25 @settitle multimedia filtering library
26
27 @c man begin SEEALSO
28 ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), libavutil(3), libavcodec(3)
29 @c man end
30
31 @c man begin AUTHORS
32 See Git history (git://source.ffmpeg.org/ffmpeg)
33 @c man end
34
35 @end ignore
36
37 @bye