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, VLC version 0.86c seems to completely IGNORE the fps option, and also --sout-transcode-fps.
Has anyone else detected/solved this issue?
Thanks!