From f5c4671bfbad96bf346bd7e9a21fc4317b4959df Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Sat, 3 Dec 2022 17:00:20 +0530 Subject: Adds most of the tools --- ffmpeg/doc/libavfilter.html | 72 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 ffmpeg/doc/libavfilter.html (limited to 'ffmpeg/doc/libavfilter.html') diff --git a/ffmpeg/doc/libavfilter.html b/ffmpeg/doc/libavfilter.html new file mode 100644 index 0000000..e7e1911 --- /dev/null +++ b/ffmpeg/doc/libavfilter.html @@ -0,0 +1,72 @@ + + + + + + + Libavfilter Documentation + + + + + + +
+

+ Libavfilter Documentation +

+
+
+ + + + +
+

Table of Contents

+ + +
+ + +

1 Description

+ +

The libavfilter library provides a generic audio/video filtering +framework containing several filters, sources and sinks. +

+ + +

2 See Also

+ +

ffmpeg, ffplay, ffprobe, +ffmpeg-filters, +libavutil, libswscale, libswresample, +libavcodec, libavformat, libavdevice +

+ + +

3 Authors

+ +

The FFmpeg developers. +

+

For details about the authorship, see the Git history of the project +(git://source.ffmpeg.org/ffmpeg), e.g. by typing the command +git log in the FFmpeg source directory, or browsing the +online repository at http://source.ffmpeg.org. +

+

Maintainers for the specific components are listed in the file +MAINTAINERS in the source code tree. +

+ +

+ This document was generated using makeinfo. +

+
+ + -- cgit v1.2.3