mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-25 12:40:01 +00:00
doc/filters: escape special Texinfo character @ in overlay example
This commit is contained in:
parent
51467ee868
commit
55c77a0ca3
@ -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…
Reference in New Issue
Block a user