Results 1 to 3 of 3

Thread: titlebarless Video player

  1. #1
    Join Date
    Aug 2012
    Beans
    1

    titlebarless Video player

    Is there a video player that is able to play video without a title bar?


  2. #2
    Join Date
    Mar 2012
    Beans
    44

    Re: titlebarless Video player

    Hi, use VLC player and look here
    Code:
    "View" menu > "Minimal View".
    
    That hides all the buttons and menus, but leaves the window border and windows minimize/maximize/close buttons.

  3. #3
    Join Date
    Aug 2012
    Beans
    104

    Re: titlebarless Video player

    You can do this with the MPlayer commandline:

    Code:
    mplayer -noborder my_file
    where of course 'my_file' will need to be the name of your movie file.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •