diff options
author | James Almer <jamrial@gmail.com> | 2016-07-17 13:10:27 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2016-07-17 13:10:27 -0300 |
commit | d688f39dc4bccbc2af7fa5296330646f8a7a5fa4 (patch) | |
tree | eb77f7bd70c4b7016f56bec08a4dd9bf8264c6c6 /doc/filters.texi | |
parent | f1eb6ddcb34f4d27d52d4a0a30269728612c41b0 (diff) | |
download | ffmpeg-d688f39dc4bccbc2af7fa5296330646f8a7a5fa4.tar.gz |
cosmetics: fix some misspelled words
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 42341ea9f3..24abdda095 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -3243,7 +3243,7 @@ silenceremove=1:5:0.02 @end example @item -Trim all silence encountered from begining to end where there is more than 1 +Trim all silence encountered from beginning to end where there is more than 1 second of silence in audio: @example silenceremove=0:0:0:-1:1:-90dB @@ -4713,7 +4713,7 @@ ffmpeg -f lavfi -i color=c=black:s=1280x720 -i video.mp4 -shortest -filter_compl Display CIE color diagram with pixels overlaid onto it. -The filter acccepts the following options: +The filter accepts the following options: @table @option @item system @@ -4743,7 +4743,7 @@ Set CIE system. @item gamuts Set what gamuts to draw. -See @code{system} option for avaiable values. +See @code{system} option for available values. @item size, s Set ciescope size, by default set to 512. |