How to run VLC as command line command in windows

12,820

Below is how to run headless vlc...

"C:\Program Files\VideoLAN\VLC\vlc.exe" -I dummy --dummy-quiet "c:\test\test.mp3"

Just to clarify...

<path to vlc player> -I dummy --dummy-quiet <path to file>

Question had already existed, please see source below:

How do I use VLC Command Line In Windows Batch Line Without Showing GUI?

Thanks @retnikt

Share:
12,820
Mark Zumkberg
Author by

Mark Zumkberg

Updated on September 18, 2022

Comments

  • Mark Zumkberg
    Mark Zumkberg over 1 year

    When I try to use VLC in command line in Windows, it opens up the VLC GUI. So is there a way I can use it as command line command instead?

    • CraftyB
      CraftyB over 5 years
      To confirm are you looking for a headless (No GUI) approach to executing VLC?
    • Mark Zumkberg
      Mark Zumkberg over 5 years
      @CraftyB Yes. No GUI.
  • phuclv
    phuclv over 5 years
    you should flag it as a duplicate instead of copying the solution from there like this
  • CraftyB
    CraftyB over 5 years
    Apologies, I didn't realise that clicking flag has multiple options, I will use this in future. Thanks!