[FFmpeg-user] video stream a video with a watermark or image overlay

dj_def at webmail.it dj_def at webmail.it
Wed Dec 12 00:55:21 CET 2012


I just found a workaround:

sudo ffmpeg -i input_video -i input_image -filter_complex "overlay=0:0"
-f avi pipe:1 | sudo ffmpeg -i pipe:0 http://localhost:9090/feed0.ffm

In this way the firsto output is like a file and is correctly processed.
The second input is the video with the image already applied.



More information about the ffmpeg-user mailing list