Hi,
I need to make VLC crop (geometry window) the video while it is being displayed. It should work as the command line option --crop-geometry WxH+L+T, but dynamically. The window dimensions are to be controlled from outside, most probably using python. I found possibility to do so with libvlc python binding, but initial declaration of the windows with option --custom-crop-ratio is required. Is it possible to do it without setting it in the options (I need virtually ALL possible geometries)? Could anyone assist me if the source code should be changed, as such stuff is totally new to me?
PS The version of VLC is not important in this case.