ffmpeg-bitstream-filters.texi 879 B

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