ffmpeg-bitstream-filters.texi 721 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. \input texinfo @c -*- texinfo -*-
  2. @settitle FFmpeg Bitstream Filters Documentation
  3. @titlepage
  4. @center @titlefont{FFmpeg Bitstream Filters Documentation}
  5. @end titlepage
  6. @top
  7. @contents
  8. @chapter Description
  9. @c man begin DESCRIPTION
  10. This document describes the bitstream filters provided by the
  11. libavcodec library.
  12. A bitstream filter operates on the encoded stream data, and performs
  13. bitstream level modifications without performing decoding.
  14. @c man end DESCRIPTION
  15. @include bitstream_filters.texi
  16. @include authors.texi
  17. @ignore
  18. @setfilename ffmpeg-bitstream-filters
  19. @settitle FFmpeg bitstream filters
  20. @c man begin SEEALSO
  21. ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), libavcodec(3)
  22. @c man end
  23. @end ignore
  24. @bye