]> git.sesse.net Git - ffmpeg/blob - doc/ffmpeg-bitstream-filters.texi
avfilter/vf_scale: store the offset in a local variable before adding it
[ffmpeg] / doc / ffmpeg-bitstream-filters.texi
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
16 This document describes the bitstream filters provided by the
17 libavcodec library.
18
19 A bitstream filter operates on the encoded stream data, and performs
20 bitstream 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},
30 @url{libavcodec.html,libavcodec}
31 @end ifhtml
32
33 @ifnothtml
34 ffmpeg(1), ffplay(1), ffprobe(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