Page 1 of 1

VB Code

Posted: 30 May 2006 08:04
by Smee again
My code is as follows:

Vopt(0) = ":sout=#transcode{vcodec=WMV2,scale=1,vb=256,acodec=mp3,ab=64,channels=2}"

Vopt(1) = ":sout=#duplicate{dst=std{access=file,mux=asf,url=/video/movie.asf},dst=display}"

AxVLCPlugin1.addTarget("http://152.98.224.235/image", Vopt, 1, -666)
AxVLCPlugin1.play()

When running the app it seems to ignore my transcode of the incoming network stream (which is in MJPG) which I obviously want to transcode to wmv2.

Any comments?