(I initially posted this as an addition to an existing thread over on the "Feature Requests" topic but realized that it really belongs over here. Please excuse the duplicate posting.)
I am trying to create a sort of appliance using a Raspberry Pi (3B+) and Raspbian. In my case I want (need) the video window to close and go away at the end of the video, but it insists on staying open, apparently awaiting a user command to show another video or manually close th ewindow. This a relatively new level of Raspbian and vlc is 3.0.7.
So, question 1 is, how can I "force" the video window to close at the end of the video (invoked vlc from within a script, essentially in line mode.)
Next, (different problem), the --no-video-deco seems to work in fullscreen mode, but when I use a window (using --width=nnn and --height=nnn), I still get all the extra menu-bars and controls.
Also, in this window mode I try to use --video-x=nn and --video-x=nn to position the window ont he screen, but it seems to be ignored. I sent into the "references" and set anything that sounded like it might arfect these things, but no luck so far.
Finally, as a new user of vlc, is there a single reference file for vlc that describes all the options available, especially in line mode?
Any suggestions?
Thanks....