Postby callxpert » 02 Nov 2008 08:15
Tried your code but still the video is updown ! ! !
This is the code,
VLCPlugin1.addTarget "dshow:// :dshow-vdev="""" :vout-filter=transform :transform-type=hflip", Null, VLCPlayListAppendAndGo, -666
code-2
VLCPlugin1.addTarget "--vout-filter=transform --transform-type=90 dshow:// :dshow-vdev=""""", Null, VLCPlayListAppendAndGo, -666
code-3
VLCPlugin1.addTarget ":vout-filter=transform :transform-type=90 dshow:// :dshow-vdev=""""", Null, VLCPlayListAppendAndGo, -666
code-4
VLCPlugin1.addTarget "dshow:// :dshow-vdev="""" :transform-type (hflip)", Null, VLCPlayListAppendAndGo, -666
No use with the above code.
Missing something somewhere...