Hello everyone!
I'm new to the forum and I need to ask some things to you experts ...
I am creating a visual basic.net application that uses the VLC plugin. My program would need to rotate the image of the video running. For make this I reading the documentation found on the web and I wrote the following code:
AxVLCPlugin21.playlist.items.clear ()
AxVLCPlugin21.playlist.add ("file:///C:/videos/test.avi", "--video-filter", "rotate{angle=180}")
AxVLCPlugin21.playlist.play ()
The video run, but the rotation does not take place ...
The correct syntax is inserted?
Where am I doing wrong?
Can someone help me? Many thanks to those who can help me!