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