Hello! If I use vlc for example by: vlc --intf dummy "${URL_NEW}" --sout '#transcode{vcodec=mp4v,vb=384,scale=1,acodec=mp3,ab=96,channels=2}:duplicate{dst="std{access=http,mux=asf,dst=:1234}"}' then vlc ignores the video bitrate option. I've read that this is a bug which occurs w...