2012-11-26 22:58:40 +00:00
|
|
|
\input texinfo @c -*- texinfo -*-
|
|
|
|
|
|
|
|
@settitle FFmpeg Bitstream Filters Documentation
|
|
|
|
@titlepage
|
|
|
|
@center @titlefont{FFmpeg Bitstream Filters Documentation}
|
|
|
|
@end titlepage
|
|
|
|
|
|
|
|
@top
|
|
|
|
|
|
|
|
@contents
|
|
|
|
|
|
|
|
@chapter Description
|
|
|
|
@c man begin DESCRIPTION
|
|
|
|
|
|
|
|
This document describes the bitstream filters provided by the
|
|
|
|
libavcodec library.
|
|
|
|
|
|
|
|
A bitstream filter operates on the encoded stream data, and performs
|
|
|
|
bitstream level modifications without performing decoding.
|
|
|
|
|
|
|
|
@c man end DESCRIPTION
|
|
|
|
|
|
|
|
@include bitstream_filters.texi
|
|
|
|
|
2012-12-17 23:39:13 +00:00
|
|
|
@chapter See Also
|
|
|
|
|
|
|
|
@ifhtml
|
|
|
|
@url{ffmpeg.html,ffmpeg}, @url{ffplay.html,ffplay}, @url{ffprobe.html,ffprobe}, @url{ffserver.html,ffserver},
|
|
|
|
@url{libavcodec.html,libavcodec}
|
|
|
|
@end ifhtml
|
|
|
|
|
|
|
|
@ifnothtml
|
|
|
|
ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), libavcodec(3)
|
|
|
|
@end ifnothtml
|
|
|
|
|
2012-12-16 17:04:37 +00:00
|
|
|
@include authors.texi
|
|
|
|
|
2012-11-26 22:58:40 +00:00
|
|
|
@ignore
|
|
|
|
|
|
|
|
@setfilename ffmpeg-bitstream-filters
|
2012-12-18 00:59:22 +00:00
|
|
|
@settitle FFmpeg bitstream filters
|
2012-11-26 22:58:40 +00:00
|
|
|
|
|
|
|
@end ignore
|
|
|
|
|
|
|
|
@bye
|