Page 1 of 1

Plugin to only show subregion

Posted: 03 Sep 2013 20:15
by Fr4gg0r
Hi,

I recently bought a lens from this website http://www.kogeto.com/welcome-to-kogeto . Now I would like to have a player so that I can scroll around in the video like on their website.

Is there a plugin which can display a sub region of the video?
If not is it possible to achieve with a video filter (plugin)?

Here https://wiki.videolan.org/Hacker_Guide/Video_Filters/ "it says In VLC 1.2, the video format (resolution, chroma) never changes on the fly. The whole filter chain is Close()d and then Open()ed again if the format changes. " so maybe a decoder plugin is needed?

Writing a simple player with OpenCV would be fairly easy but would lack any gui. :s

Hope you can help me out.

Re: Plugin to only show subregion

Posted: 09 Sep 2013 23:56
by Jean-Baptiste Kempf
You can do that with a video filter or splitter. See the interactive zoom one, for example.