diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-10-24 16:50:16 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-10-24 17:22:00 +0200 |
commit | 55c77a0ca3ce703328c1f28189e7f252ba6eef49 (patch) | |
tree | 7c20d870d2b3c8753c9626a7aeb33912b6c274d2 /doc/filters.texi | |
parent | 51467ee868467f1af272e7fa4fb920b34d3fa489 (diff) | |
download | ffmpeg-55c77a0ca3ce703328c1f28189e7f252ba6eef49.tar.gz |
doc/filters: escape special Texinfo character @ in overlay example
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 96fd6d6b25..adec96ef39 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -2823,7 +2823,7 @@ ffmpeg -i input -i logo1 -i logo2 -filter_complex # add a transparent color layer on top of the main video, # WxH specifies the size of the main input to the overlay filter -color=red@.3:WxH [over]; [in][over] overlay [out] +color=red@@.3:WxH [over]; [in][over] overlay [out] # play an original video and a filtered version (here with the deshake filter) # side by side |