diff options
author | highgod0401 <highgod0401@gmail.com> | 2013-04-02 20:54:22 +0800 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-04-02 15:57:44 +0200 |
commit | 90793591417f29302e97dbd9823481423eabdacc (patch) | |
tree | 84034e32997cf8b2eca401321358c5a6a0ab783d /doc/filters.texi | |
parent | c09da45ffbeb84b56ab4837e62919c3bf3684d4f (diff) | |
download | ffmpeg-90793591417f29302e97dbd9823481423eabdacc.tar.gz |
deshake opencl based on comments on 20130402 3rd
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 2c82ac39cf..401125b0ad 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -2504,7 +2504,7 @@ tripod, moving on a vehicle, etc. The filter accepts parameters as a list of @var{key}=@var{value} pairs, separated by ":". If the key of the first options is omitted, the arguments are interpreted according to the syntax -@var{x}:@var{y}:@var{w}:@var{h}:@var{rx}:@var{ry}:@var{edge}:@var{blocksize}:@var{contrast}:@var{search}:@var{filename}. +@var{x}:@var{y}:@var{w}:@var{h}:@var{rx}:@var{ry}:@var{edge}:@var{blocksize}:@var{contrast}:@var{search}:@var{filename}:@var{opencl}. A description of the accepted parameters follows. @@ -2570,6 +2570,10 @@ Default value is @samp{exhaustive}. If set then a detailed log of the motion search is written to the specified file. +@item opencl +If set to 1, specify using OpenCL capabilities, only available if +FFmpeg was configured with @code{--enable-opencl}. Default value is 0. + @end table @section drawbox |