Results 1 to 9 of 9

Thread: High quality video in terminal ???

  1. #1
    Join Date
    Oct 2007
    Location
    Croatia
    Beans
    71
    Distro
    Ubuntu Development Release

    High quality video in terminal ???

    can somebody tell me if you can watch high quality video in terminal?

  2. #2
    Join Date
    Oct 2007
    Location
    Croatia
    Beans
    71
    Distro
    Ubuntu Development Release

    Re: High quality video in terminal ???

    please???anybody?

  3. #3
    Join Date
    Feb 2007
    Location
    Hilversum, NL
    Beans
    595
    Distro
    Ubuntu

    Re: High quality video in terminal ???

    Can you explain what you mean by "in terminal"?

  4. #4
    Join Date
    Oct 2007
    Location
    Croatia
    Beans
    71
    Distro
    Ubuntu Development Release

    Re: High quality video in terminal ???

    without x i think...without gnome or any other desktop.just with terminal....because i just managed to watch with ascii.

  5. #5
    Join Date
    May 2008
    Location
    Edmonton, Canada
    Beans
    Hidden!

    Re: High quality video in terminal ???

    I realize that this thread is a few months old, but since I just ran into the same problem and had to spend about an hour trying to figure it out, with no luck finding a solution online, I though I'd post my results for anyone who may be faced with this in the future.

    My main computer just died so I had to take my motherboard back for warranty. Meanwhile I pulled out my old toshiba laptop, and since its video card can't handle running gnome and a movie at the same time, I was looking for how to do just that: play a movie in terminal without needing gnome...

    I ended up installing mplayer with

    Code:
    sudo apt-get install mplayer
    and through terminal I run

    Code:
    sudo mplayer -vo svga -ao sdl movie.avi
    which seems to work just fine.

  6. #6
    Join Date
    Feb 2008
    Location
    UK
    Beans
    680
    Distro
    Ubuntu Development Release

    Re: High quality video in terminal ???

    I appreciate that it can be fun watching a movie in the terminal... but.. seriously?

    if your hardware isn't up to scratch to handle gnome AND a video playing it might be time to start saving!
    OMG! Ubuntu!
    Everything Ubuntu. Daily.

  7. #7
    Join Date
    Sep 2006
    Beans
    3,165
    Distro
    Ubuntu Karmic Koala (testing)

    Re: High quality video in terminal ???

    Quote Originally Posted by joey-elijah View Post
    I appreciate that it can be fun watching a movie in the terminal... but.. seriously?

    if your hardware isn't up to scratch to handle gnome AND a video playing it might be time to start saving!
    This is not a hardware case since sometimes you may need to view a video on terminal especially when you are dealing with 10+ boxes.

  8. #8
    Join Date
    Mar 2010
    Location
    India
    Beans
    99
    Distro
    Ubuntu Gnome 16.04 Xenial Xerus

    Smile Re: High quality video in terminal ???

    Quote Originally Posted by bebox View Post
    can somebody tell me if you can watch high quality video in terminal?
    You could use the linux framebuffer. Try:
    Code:
     mplayer -vo fbdev -fs <videofile.ext>
    to play it in fullscreen mode in the console.(Alt+F[1-6])

  9. #9
    Join Date
    Jan 2008
    Location
    Manchester UK
    Beans
    13,573
    Distro
    Ubuntu

    Re: High quality video in terminal ???

    Please don't bump old threads to the top.

    Closed.

Tags for this Thread

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
  •