and now i want to crop my videos.
i found this in this forum viewtopic.php?f=16&t=30140 the command to crop videos
but i don't know the javascript to crop videosvlc.playlist.add(<file>/<URL>, null, ":crop=320x240+0+80");
basic option:
:crop=<width>x<height>+<left offset>+<top offset>
so my question is how do I crop videos , while using the controls from revolunet.com ??