Browse Source

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
tags/n0.8
Stefano Sabatini 15 years ago
parent
commit
843b5fd0fe
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      doc/filters.texi

+ 4
- 1
doc/filters.texi View File

@@ -154,7 +154,10 @@ faster due to better use of the memory cache.


@section unsharp @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 Negative values for the amount will blur the input video, while positive
values will sharpen. All parameters are optional and default to the values will sharpen. All parameters are optional and default to the


Loading…
Cancel
Save