libavfilter.texi 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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. @chapter See Also
  14. @ifhtml
  15. @url{ffmpeg.html,ffmpeg}, @url{ffplay.html,ffplay}, @url{ffprobe.html,ffprobe}, @url{ffserver.html,ffserver},
  16. @url{ffmpeg-filters.html,ffmpeg-filters},
  17. @url{libavutil.html,libavutil}, @url{libswscale.html,libswscale}, @url{libswresample.html,libswresample},
  18. @url{libavcodec.html,libavcodec}, @url{libavformat.html,libavformat}, @url{libavdevice.html,libavdevice}
  19. @end ifhtml
  20. @ifnothtml
  21. ffmpeg(1), ffplay(1), ffprobe(1), ffserver(1),
  22. ffmpeg-filters(1),
  23. libavutil(3), libswscale(3), libswresample(3), libavcodec(3), libavformat(3), libavdevice(3)
  24. @end ifnothtml
  25. @include authors.texi
  26. @ignore
  27. @setfilename libavfilter
  28. @settitle multimedia filtering library
  29. @end ignore
  30. @bye