Hello,
In Visual Basic, with VLC's ActiveX, I have do that Sub :
Dim options() As Variant
options() = Array(":crop-geometry=768x432", ":filter=crop", ":aspect-ratio=16:9")
VLCPlugin1.addTarget "c:\myvideos\video.mpg", options, VLCPlayListAppendAndGo, -666
aspect-ratio is 16:9 but the filter crop doesn't seem to be run.
Could you explain me the good syntax ?
Thanks...