I have seperate command lines which works (except for the fact VLC 1.0.1 does not reduce the FPS as requested), but aside from that, they work. How would i combine these two into 1 command line (Windows):
vlc stream:///data/tb2.wmv -I dummy :sout=#transcode{width=128,height=96,fps=6.0,vcodec=H263,profile-level-id=0,vb=50,scale=1,acodec=mp4a,ab=24,channels=1,samplerate=11025}:rtp{dst=127.0.0.1,port=8081,port-audio=8084,port-video=8082,sdp=rtsp://192.168.2.205:8081/mysdp.sdp}} vlc://quit
vlc stream:///data/tb2.wmv -I dummy :sout=#transcode{width=128,height=96,vcodec=WMV2,vb=300,fps=5,acodec=wma2,ab=48,channels=2,samplerate=22050}:std{access=mmsh,mux=asfh,dst=192.168.2.205:8082/stream.asf} vlc://quit
They come from the same stream, but are transcoded and streamed in different formats.
Thanks for any help,
Shawn