diff options
author | Janne Grunau <janne-ffmpeg@jannau.net> | 2011-03-14 22:59:19 +0100 |
---|---|---|
committer | Janne Grunau <janne-libav@jannau.net> | 2011-03-16 22:01:01 +0100 |
commit | f8a45fa1b1764b34d4263eacd93411e8ba0484a4 (patch) | |
tree | a5d27f5c5f38dd6fc28ce2f40b2748b09bd6a5dd /doc/filters.texi | |
parent | a03be6e1ba4cbf9984b0bbdb674704bbb2da6713 (diff) | |
download | ffmpeg-f8a45fa1b1764b34d4263eacd93411e8ba0484a4.tar.gz |
replace FFmpeg with Libav in doc/
unless it stands for ffmpeg the program or is historic
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 042ea13245..2bd7bf56ff 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -92,7 +92,7 @@ Follows a BNF description for the filtergraph syntax: @chapter Audio Filters @c man begin AUDIO FILTERS -When you configure your FFmpeg build, you can disable any of the +When you configure your Libav build, you can disable any of the existing filters using --disable-filters. The configure output will show the audio filters included in your build. @@ -155,7 +155,7 @@ tools. @chapter Video Filters @c man begin VIDEO FILTERS -When you configure your FFmpeg build, you can disable any of the +When you configure your Libav build, you can disable any of the existing filters using --disable-filters. The configure output will show the video filters included in your build. @@ -386,7 +386,7 @@ format=yuv420p:yuv444p:yuv410p Apply a frei0r effect to the input video. To enable compilation of this filter you need to install the frei0r -header and configure FFmpeg with --enable-frei0r. +header and configure Libav with --enable-frei0r. The filter supports the syntax: @example @@ -524,7 +524,7 @@ Pass the video source unchanged to the output. Apply video transform using libopencv. To enable this filter install libopencv library and headers and -configure FFmpeg with --enable-libopencv. +configure Libav with --enable-libopencv. The filter takes the parameters: @var{filter_name}@{:=@}@var{filter_params}. @@ -1164,7 +1164,7 @@ timebase. The expression can contain the constants "PI", "E", "PHI", Provide a frei0r source. To enable compilation of this filter you need to install the frei0r -header and configure FFmpeg with --enable-frei0r. +header and configure Libav with --enable-frei0r. The source supports the syntax: @example |