vlc web player crop videos
Posted: 13 Jan 2009 07:14
i have embed vlc using the controls from revolunet.com http://code.revolunet.com/VLCcontrols/V ... ample.html
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
so my question is how do I crop videos , while using the controls from revolunet.com ??
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 ??