[vlc] How to set video frames per second in vlc 1.0.1?
frankcch
frankcch at comcast.net
Fri Aug 21 21:36:39 CEST 2009
Hi,
I tried to set the fps in vlc 1.0.1, and seems there is no difference as
seen from sniffer. It around 50 to 70 packets per second shown from sniffer.
Here are the test cases,
vlc.exe dshow:// --sout
#transcode{vcodec=h264,vb=800,fps=20,scale=1,acodec=none}:rtp{dst=192.168.2.101,port=1234,mux=ts}
vlc.exe dshow:// --sout
#transcode{vcodec=h264,vb=800,fps=20.0,scale=1,acodec=none}:rtp{dst=192.168.2.101,port=1234,mux=ts}
vlc.exe dshow:// --sout
#transcode{vcodec=h264,vb=800,fps=10,scale=1,acodec=none}:rtp{dst=192.168.2.101,port=1234,mux=ts}
vlc.exe dshow:// --sout
#transcode{vcodec=h264,vb=800,fps=2.0,scale=1,acodec=none}:rtp{dst=192.168.2.101,port=1234,mux=ts}
vlc.exe dshow:// --sout
#transcode{vcodec=h264,vb=800,fps=1,scale=1,acodec=none}:rtp{dst=192.168.2.101,port=1234,mux=ts}
FCCH
More information about the vlc
mailing list