wget https://raw.githubusercontent.com/adafruit/Raspberry-Pi-Installer-Scripts/master/adafruit-pitft.sh
chmod +x adafruit-pitft.sh
sudo ./adafruit-pitft.sh
http://adafruit-download.s3.amazonaws.com/adapiluv480x320.png
sudo fbi -T 2 -d /dev/fb1 -noverbose -a adapiluv480x320.png
http://adafruit-download.s3.amazonaws.com/bigbuckbunny320p.mp4
sudo SDL_VIDEODRIVER=fbcon SDL_FBDEV=/dev/fb1 mplayer -vo sdl -framedrop bigbuckbunny320p.mp4
If your video is not sized for 320 wide, you may need to add a -zoom after -framedrop so that it will resize - note that this is quite taxing for the Pi, so it may result in a choppy or mis-synced video!