I am trying to transcode a video stream to a lower frame rate in order to send it through a narrow bandwith network. I have tried :sout=#transcode{ fps =1,vcodec= MJPG ,vb=1024,scale=1}:duplicate{dst=std{access=http,mux= asf ,url=192.168.0.78:8077}} and works perfectly in VLC version 0.8.2 . However...