I am trying to start some instances of VLC and position in a particular place on the screen. However the --video-x and --video-y seems not to be working.
I use a "VLC media player 1.2.0-git Twoflower (revision exported) " compiled from git by myself for use with vaapi. The option width and height work properly, not the option --video-x and --video-y. The windows are the correct size but its positioned arbitrarily. With others binary installed versions like "1.0.4 Goldeneye" work properly.
Each line of the command--line its like this:
Code: Select all
cvlc --noaudio --no-video-deco --no-embedded-video --video-x=120 --video-y=80 --width=480 --height=360 --loop videos/11.ts
Has --video-x and --video-y options been removed?
Thanks