Resize and position multiple VLC windows
Posted: 19 Nov 2019 10:29
Hi,
I'm writing several scripts for managing multiple VLC windows (by telnet vlc cli commands),
and trying to open 4 different videos (with different resolutions) on 4 vlc instances.
The windows sizes should be equal, no matter the original video file resolution.
Also, the positions should be set to the 4 quarters of the screen (top left, top right, bottom left, bottom right).
I tried to use the flags:
video-x, video-y for position on screen
and flags:
width, height for window size.
I think the width / height doesn't work as documented.
Also, I'm not quite sure how to determine the sizes by the window size and not by the videos?
Any assitance would be appreciated
I'm writing several scripts for managing multiple VLC windows (by telnet vlc cli commands),
and trying to open 4 different videos (with different resolutions) on 4 vlc instances.
The windows sizes should be equal, no matter the original video file resolution.
Also, the positions should be set to the 4 quarters of the screen (top left, top right, bottom left, bottom right).
I tried to use the flags:
video-x, video-y for position on screen
and flags:
width, height for window size.
I think the width / height doesn't work as documented.
Also, I'm not quite sure how to determine the sizes by the window size and not by the videos?
Any assitance would be appreciated