Postby Allclone » 30 Dec 2006 08:09
Yes it can be done in the plugin, its kinda complicated but it works I just tried with 0.8.6 plugin. for the command
vlc.playlist.add(targetURL, null, options);
So for options I placed ":crop=320x240+0+80", this cropped the video and placed it in the somewhere in the middle of the video.
vlc.playlist.add(<file>/<URL>, null, ":crop=320x240+0+80");
basic option:
:crop=<width>x<height>+<left offset>+<top offset>
Hope this helps