Hi!
I'm trying to get width, height and fps from an input video.
I use the addTarget method and then, i get the FPS from control.input.fps, but i don't find the video width and height values.
i tried with getVariable("width"), for example, with no success.
how can i get the width and height from the VLCPlugin2 object?
Thanks!