ffmpeg-bitstream-filters.texi 898 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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. @chapter See Also
  17. @ifhtml
  18. @url{ffmpeg.html,ffmpeg}, @url{ffplay.html,ffplay}, @url{ffprobe.html,ffprobe}, @url{ffserver.html,ffserver},
  19. @url{libavcodec.html,libavcodec}
  20. @end ifhtml
  21. @ifnothtml
  22. ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), libavcodec(3)
  23. @end ifnothtml
  24. @include authors.texi
  25. @ignore
  26. @setfilename ffmpeg-bitstream-filters
  27. @settitle FFmpeg bitstream filters
  28. @end ignore
  29. @bye