diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-06-21 22:49:03 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2010-06-21 22:49:03 +0000 |
commit | 843b5fd0fe07f988252d3b711e142785af26a0eb (patch) | |
tree | 27260d9a198f1680880beb36726a802971efeddc /doc | |
parent | 3275ac6a236df923b598f03235f44f7f47a18abf (diff) | |
download | ffmpeg-843b5fd0fe07f988252d3b711e142785af26a0eb.tar.gz |
Re-add the list of parameters for the unsharp filter, I somehow lost
it in the previous commit.
Originally committed as revision 23690 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 9f77eee76d..c6b9161a6b 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -154,7 +154,10 @@ faster due to better use of the memory cache. @section unsharp -Sharpen or blur the input video. It accepts the following parameters: +Sharpen or blur the input video. + +It accepts the following parameters: +@var{luma_msize_x}:@var{luma_msize_y}:@var{luma_amount}:@var{chroma_msize_x}:@var{chroma_msize_y}:@var{chroma_amount} Negative values for the amount will blur the input video, while positive values will sharpen. All parameters are optional and default to the |