libavfilter.texi 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. \input texinfo @c -*- texinfo -*-
  2. @documentencoding UTF-8
  3. @settitle Libavfilter Documentation
  4. @titlepage
  5. @center @titlefont{Libavfilter Documentation}
  6. @end titlepage
  7. @top
  8. @contents
  9. @chapter Description
  10. @c man begin DESCRIPTION
  11. The libavfilter library provides a generic audio/video filtering
  12. framework containing several filters, sources and sinks.
  13. @c man end DESCRIPTION
  14. @chapter See Also
  15. @ifhtml
  16. @url{ffmpeg.html,ffmpeg}, @url{ffplay.html,ffplay}, @url{ffprobe.html,ffprobe},
  17. @url{ffmpeg-filters.html,ffmpeg-filters},
  18. @url{libavutil.html,libavutil}, @url{libswscale.html,libswscale}, @url{libswresample.html,libswresample},
  19. @url{libavcodec.html,libavcodec}, @url{libavformat.html,libavformat}, @url{libavdevice.html,libavdevice}
  20. @end ifhtml
  21. @ifnothtml
  22. ffmpeg(1), ffplay(1), ffprobe(1),
  23. ffmpeg-filters(1),
  24. libavutil(3), libswscale(3), libswresample(3), libavcodec(3), libavformat(3), libavdevice(3)
  25. @end ifnothtml
  26. @include authors.texi
  27. @ignore
  28. @setfilename libavfilter
  29. @settitle multimedia filtering library
  30. @end ignore
  31. @bye