]> git.sesse.net Git - ffmpeg/blob - doc/bitstream_filters.texi
Add a file for bitstream filters documentation.
[ffmpeg] / doc / bitstream_filters.texi
1 @chapter Bitstream Filters
2 @c man begin BITSTREAM FILTERS
3
4 When you configure your FFmpeg build, all the supported bitstream
5 filters are enabled by default. You can list all available ones using
6 the configure option @code{--list-bsfs}.
7
8 You can disable all the bitstream filters using the configure option
9 @code{--disable-bsfs}, and selectively enable any bitstream filter using
10 the option @code{--enable-bsf=BSF}, or you can disable a particular
11 bitstream filter using the option @code{--disable-bsf=BSF}.
12
13 The option @code{-bsfs} of the ff* tools will display the list of
14 all the supported bitstream filters included in your build.
15
16 Below is a description of the currently available bitstream filters.
17
18 @section aac_adtstoasc
19
20 @section chomp
21
22 @section dump_extradata
23
24 @section h264_mp4toannexb
25
26 @section imx_dump_header
27
28 @section mjpega_dump_header
29
30 @section movsub
31
32 @section mp3_header_compress
33
34 @section mp3_header_decompress
35
36 @section noise
37
38 @section remove_extradata
39
40 @c man end BITSTREAM FILTERS