This post is for those who love to work out everything from the terminal. Ever wondered how to play media files (audio or video) from the terminal ?? Check out !! First a screenshot :

vlc comman line

In this post I assume you are using Linux with VLC installed. VLC has a very simple GUI with lots of functionality. It also has an equally powerful command line ncurses interface. You can open this interface by typing in the terminal :

$ vlc -I ncurses

Now press ‘h’ to explore the help.

Let me show some usage. Say you have some mp3 files in ~/Music and you want to add all these mp3 files in playlist. You need to type in the terminal :

$ vlc -I ncurses ~/Music/*.mp3

And you will find all these files in the playlist.

There are a plenty of options like you can increase volume by pressing ‘a’ and decrease volume by ‘z’. For loads of other options press ‘h’ and browse through the help.

Keep rocking !

Share and Enjoy:
  • Digg
  • StumbleUpon
  • del.icio.us
  • Google Bookmarks
  • Reddit
  • Facebook
  • TwitThis
  • Live
  • Technorati
  • Furl
  • Sphinn
  • blogmarks
  • LinkedIn
  • Pownce



7 Comments to “VLC: Command Line Interface”

  1. Useless Geek » Blog Archive » VLC from the command line | August 12th, 2008 at 4:24 am

    [...] line media player. I tried cplay with splay. It worked once and never worked again. Then I found this blog post: VLC can be used from the command line. For ubuntu users: All you have to do is type this [...]

  2. vlc | August 20th, 2008 at 3:59 pm

    [...] [...]

  3. Recent Links Tagged With "vlc" - JabberTags | August 23rd, 2008 at 1:16 am

    [...] public links >> vlc VLC: Command Line Interface Saved by entengo0 on Fri [...]

  4. Aidsoid » Blog Archive » VLC ?? ????????? | September 5th, 2008 at 12:10 pm

    [...] ???????? ??????. [...]

  5. Música remotamente: VLC en modo comandos « Conociendo Linux | October 4th, 2008 at 4:35 pm

    [...] Fuente e Imagen: spsneo [...]

  6. darkness | November 15th, 2008 at 1:51 am

    Do you know how to turn shuffle on in here?

  7. sandrar | September 10th, 2009 at 7:55 pm

    Hi! I was surfing and found your blog post… nice! I love your blog. :) Cheers! Sandra. R.

Leave a Comment