Skip to content

Instantly share code, notes, and snippets.

@gandro
Created March 31, 2010 17:04
Show Gist options
  • Save gandro/350579 to your computer and use it in GitHub Desktop.
Save gandro/350579 to your computer and use it in GitHub Desktop.
#!/bin/bash
WIDTH=1280
HEIGHT=800
setterm -cursor off
mplayer -vo fbdev2 -quiet -zoom -screenw ${WIDTH} -screenh ${HEIGHT} -vf scale=${WIDTH}:-2 -sws 0 -fs ${@}
setterm -cursor on -clear
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment