Slashdot Mirror


How To Play HD Video On a Netbook

Barence writes with some news to interest those with netbooks running Windows: "Netbooks aren't famed for their high-definition video playing prowess, but if you've got about $10 and a few minutes going spare, there is a way to enjoy high-definition trailers and videos on your Atom-powered portable. You need three things: a copy of Media Player Classic Home Cinema, CoreCodec's CoreAVC codec, and some HD videos encoded in AVC or h.264 formats. This blog takes you through the process."

3 of 205 comments (clear)

  1. Skip this story by syousef · · Score: 5, Informative

    It's no more than an ad for a codec.

    --
    These posts express my own personal views, not those of my employer
  2. VLC by Alcoholic+Synonymous · · Score: 5, Informative

    This works for Windows, Linux, and FreeBSD... Step 1. Install VLC. Step 2. Done. I use Hulu Desktop on my Aspire One under Ubuntu NBR, and there is no magic to it. How did this shit make the main page?

  3. Re:And? by bill_mcgonigle · · Score: 5, Informative


    $ cat ~/bin/mplayer-slowcpu
    #!/bin/sh
    mplayer -autosync 30 -vfm ffmpeg -lavdopts lowres=1:fast:skiploopfilter=all $*

    --
    My God, it's Full of Source!
    OUTSIDE_IP=$(dig +short my.ip @outsideip.net)