Browse Source

doc/filters: escape special Texinfo character @ in overlay example

tags/n1.1
Stefano Sabatini 13 years ago
parent
commit
55c77a0ca3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      doc/filters.texi

+ 1
- 1
doc/filters.texi View File

@@ -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


Loading…
Cancel
Save