Imported Debian version 2.4.3~trusty1
[deb_ffmpeg.git] / ffmpeg / doc / ffmpeg-bitstream-filters.texi
1 \input texinfo @c -*- texinfo -*-
2
3 @settitle FFmpeg Bitstream Filters Documentation
4 @titlepage
5 @center @titlefont{FFmpeg Bitstream Filters Documentation}
6 @end titlepage
7
8 @top
9
10 @contents
11
12 @chapter Description
13 @c man begin DESCRIPTION
14
15 This document describes the bitstream filters provided by the
16 libavcodec library.
17
18 A bitstream filter operates on the encoded stream data, and performs
19 bitstream level modifications without performing decoding.
20
21 @c man end DESCRIPTION
22
23 @include bitstream_filters.texi
24
25 @chapter See Also
26
27 @ifhtml
28 @url{ffmpeg.html,ffmpeg}, @url{ffplay.html,ffplay}, @url{ffprobe.html,ffprobe}, @url{ffserver.html,ffserver},
29 @url{libavcodec.html,libavcodec}
30 @end ifhtml
31
32 @ifnothtml
33 ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), libavcodec(3)
34 @end ifnothtml
35
36 @include authors.texi
37
38 @ignore
39
40 @setfilename ffmpeg-bitstream-filters
41 @settitle FFmpeg bitstream filters
42
43 @end ignore
44
45 @bye