Page 1 of 1

VLC 3.0.11 HTTP streaming/encoding bug when using "width", "height" & "vfilter=logo"

Posted: 21 Jul 2021 00:13
by rezwaki71
Hello everybody, not so long ago I encountered a little problem with VLC when streaming over HTTP.
If I use "width", "height" & "vfilter=logo" altogether the video-stream fills up with color bugs, like here:
Image
The batch-code I'm using to run this HTTP stream:

Code: Select all

vlc "..\..\stream.xspf" --sout "#transcode{vcodec=mp1v,vb=4096,autoscale=false,scale=0,zoom=0,vfilter=logo,width=1280,height=522,acodec=mpga,soverlay}:http{access=http,mux=ts,dst=:999/streaming.mpg}"
Does anybody know what might be causing this kind of bugs?