From 55c77a0ca3ce703328c1f28189e7f252ba6eef49 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini <stefasab@gmail.com> Date: Wed, 24 Oct 2012 16:50:16 +0200 Subject: [PATCH] doc/filters: escape special Texinfo character @ in overlay example --- doc/filters.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/filters.texi b/doc/filters.texi index 96fd6d6b259..adec96ef394 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 -- GitLab