[FFmpeg-cvslog] r20440 - trunk/doc/libavfilter.texi
stefano
subversion
Tue Nov 3 21:01:06 CET 2009
Author: stefano
Date: Tue Nov 3 21:01:06 2009
New Revision: 20440
Log:
Fix grammar / clarify documentation for the format and noformat
filters.
Modified:
trunk/doc/libavfilter.texi
Modified: trunk/doc/libavfilter.texi
==============================================================================
--- trunk/doc/libavfilter.texi Tue Nov 3 17:17:21 2009 (r20439)
+++ trunk/doc/libavfilter.texi Tue Nov 3 21:01:06 2009 (r20440)
@@ -114,11 +114,11 @@ The default value of ``width'' and ``hei
@section format
Convert the input video to one of the specified pixel formats.
-Libavfilter will try to pick one that is supported as the input to
+Libavfilter will try to pick one that is supported for the input to
the next filter.
-The filter takes as argument a list of pixel format names, separated
-by ``:'', for example ``yuv420p:monow:rgb24''.
+The filter accepts a list of pixel format names, separated by ``:'',
+for example ``yuv420p:monow:rgb24''.
The following command:
@@ -130,11 +130,11 @@ will convert the input video to the form
@section noformat
-Force libavfilter not to use any of the specified pixel formats as the
+Force libavfilter not to use any of the specified pixel formats for the
input to the next filter.
-The filter takes as argument a list of pixel format names, separated
-by ``:'', for example ``yuv420p:monow:rgb24''.
+The filter accepts a list of pixel format names, separated by ``:'',
+for example ``yuv420p:monow:rgb24''.
The following command:
@@ -142,7 +142,7 @@ The following command:
./ffmpeg -i in.avi -vfilters "noformat=yuv420p, vflip" out.avi
@end example
-will make libavfilter use a format different from ``yuv420p'' as the
+will make libavfilter use a format different from ``yuv420p'' for the
input to the vflip filter.
@section null
More information about the ffmpeg-cvslog
mailing list