diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-04-05 12:44:22 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-04-05 12:47:10 +0200 |
commit | 029cca6fb3ea545c27e825fc2f4dbe71553c0b56 (patch) | |
tree | 04780d9badd26fc1b878514180cd59948e361c2d /doc | |
parent | 89d581f15e0df2227ad768437415008b4a2d4578 (diff) | |
download | ffmpeg-029cca6fb3ea545c27e825fc2f4dbe71553c0b56.tar.gz |
doc/filters: clarify example explanation
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index fcd3941ea0..630db433cb 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -4329,8 +4329,8 @@ ffmpeg -i input -i logo1 -i logo2 -filter_complex 'overlay=10:H-h-10,overlay=W-w @end example @item -Add a transparent color layer on top of the main video, WxH specifies -the size of the main input to the overlay filter: +Add a transparent color layer on top of the main video, @code{WxH} +must specify the size of the main input to the overlay filter: @example color=color=red@@.3:size=WxH [over]; [in][over] overlay [out] @end example |