[FFmpeg-cvslog] doc/filters: escape special Texinfo character @ in overlay example
Stefano Sabatini
git at videolan.org
Wed Oct 24 17:22:39 CEST 2012
ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Wed Oct 24 16:50:16 2012 +0200| [55c77a0ca3ce703328c1f28189e7f252ba6eef49] | committer: Stefano Sabatini
doc/filters: escape special Texinfo character @ in overlay example
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=55c77a0ca3ce703328c1f28189e7f252ba6eef49
---
doc/filters.texi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/filters.texi b/doc/filters.texi
index 96fd6d6..adec96e 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 at .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
More information about the ffmpeg-cvslog
mailing list