You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
doc/filters: escape special Texinfo character @ in overlay example
This commit is contained in:
@@ -2823,7 +2823,7 @@ ffmpeg -i input -i logo1 -i logo2 -filter_complex
|
|||||||
|
|
||||||
# add a transparent color layer on top of the main video,
|
# add a transparent color layer on top of the main video,
|
||||||
# WxH specifies the size of the main input to the overlay filter
|
# 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)
|
# play an original video and a filtered version (here with the deshake filter)
|
||||||
# side by side
|
# side by side
|
||||||
|
Reference in New Issue
Block a user