Hi there,
I try to set the crop-top, crop-bottom, crop-left, crop-right - Values via the libvlc while the playback of a stream is already running.
I can set the crop-geometry by calling libvlc_video_set_crop_geometry, but as already found in the forum, only with this kind of parameters "'width':'height'"
Maybe I'm too szupid, but how to set the parameter "crop-top" during runtime?
As I've seen in the vlc-source, it is managed by calling SET_Integer(p_mi,"crop-top",px);
But how to do this with the libVLC?
Enviroment:
Compiler: Delphi 6 with paslibvlc from
libvlc 1.1.4
Any help or link to an existing (not seen by me) forum-topic would be great!