When the video is saved it does not have a logo. I am working with a libvlc wrapper. These are my instructions:
initialization arguments:
{
"-I",
"--logo-file=" + PATH + "watermark.png"
}
media options:
sout=#transcode{acodec=mp3,ab=128,channels=1,audio-sync,vcodec=mp1v,vb=1024,sfilter=logo} :std{access=file,mux=MP4,dst=" + PATH + name + ".mp4}