You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
660B

  1. \input texinfo @c -*- texinfo -*-
  2. @settitle Libavfilter Documentation
  3. @titlepage
  4. @center @titlefont{Libavfilter Documentation}
  5. @end titlepage
  6. @top
  7. @contents
  8. @chapter Description
  9. @c man begin DESCRIPTION
  10. The libavfilter library provides a generic audio/video filtering
  11. framework containing several filters, sources and sinks.
  12. @c man end DESCRIPTION
  13. @include filters.texi
  14. @ignore
  15. @setfilename libavfilter
  16. @settitle multimedia filtering library
  17. @c man begin SEEALSO
  18. ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1), libavutil(3), libavcodec(3)
  19. @c man end
  20. @c man begin AUTHORS
  21. See Git history (git://source.ffmpeg.org/ffmpeg)
  22. @c man end
  23. @end ignore
  24. @bye