diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-09-05 11:55:16 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-09-05 11:55:16 +0200 |
commit | fc15f58adbdc64fa8f22b86180185fed262be3bd (patch) | |
tree | 96da3e9153304a823e61f5dc14a11d0e0290b7ce | |
parent | 8a7b82ccabe4ead14a2b0acc7a30089f530d16ec (diff) | |
download | ffmpeg-fc15f58adbdc64fa8f22b86180185fed262be3bd.tar.gz |
doc/filters: add mp=noise example
-rw-r--r-- | doc/filters.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 2e5413f8cc..3e3d655bff 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -2562,6 +2562,12 @@ Adjust gamma, brightness, contrast: @example mp=eq2=1.0:2:0.5 @end example + +@item +Add temporal noise to input video: +@example +mp=noise=20t +@end example @end itemize See also mplayer(1), @url{http://www.mplayerhq.hu/}. |