[FFmpeg-soc] [soc]: r4253 - libavfilter/doc/vfilters.texi
stefano
subversion at mplayerhq.hu
Fri May 1 20:52:46 CEST 2009
Author: stefano
Date: Fri May 1 20:52:46 2009
New Revision: 4253
Log:
Update docs, no need for '\=' anymore.
Modified:
libavfilter/doc/vfilters.texi
Modified: libavfilter/doc/vfilters.texi
==============================================================================
--- libavfilter/doc/vfilters.texi Fri May 1 20:36:06 2009 (r4252)
+++ libavfilter/doc/vfilters.texi Fri May 1 20:52:46 2009 (r4253)
@@ -156,13 +156,12 @@ Rotate video by a chosen amount in degre
@section scale
@example
-./ffmpeg -i in.avi -vfilters "scale=200:100:sws_flags\=bicubic" out.avi
+./ffmpeg -i in.avi -vfilters "scale=200:100:sws_flags=bicubic" out.avi
@end example
Scale to new width/height and/or convert pixel format.
The two first parameter are the desired width and height.
If the third parameter @var{sws_flags} is absent, then @var{bilinear} is assumed.
-Be aware that the equal sign after @var{sws_flags} must be escaped, as in example.
@section setpts
More information about the FFmpeg-soc
mailing list