Hello,
I am trying to run VLC from the command line and have some specific requests for the playback. I would like for the video to be centered and sized to half of the screen size, with the rest of the screen black. I started with the -f command, but the video was too large, so I added the --zoom command. This does scale the video properly, but the video is not centered. Can anyone give me the correct set of commands that would give me the layout that I need?
Here's the list of commands I have so far: "vlc.exe --no-video-title-show -I dummy -f --zoom .5 <path to video>"
Thanks!