Search found 1 match

Go to advanced search

by virote328
27 Dec 2012 18:12
Forum: VLC media player for macOS Troubleshooting
Topic: Launching VLC in Fullscreen from Terminal
Replies: 7
Views: 9648

Re: Launching VLC in Fullscreen from Terminal

on the mac you can use the open command. its the same as right clicking and selecting"open". Mine is set to open using vlc by default. If you want vlc to open full screen then you have to send the "-f" to the argv of its main function.

Do it like this

open filename --args -f

Go to advanced search