I know the vb parameter is used to set the output video bandwidth. If I try to set vb=100, the output video always requires 350 kbps. Why?
These are my command line parameters
Code: Select all
vlc image.jpg --sout '#transcode{vcodec=H263p,fps=1,width=352,height=288,vb=100,acodec=none}:duplicate{dst=rtp{dst=195.223.177.46,port-audio=11318,port-video=16444}}'