Skip to content

Instantly share code, notes, and snippets.

@jorabra
Created October 31, 2011 15:19
Show Gist options
  • Save jorabra/1327731 to your computer and use it in GitHub Desktop.
Save jorabra/1327731 to your computer and use it in GitHub Desktop.
Play movies compressed using RAR with MPlayer
# http://dingleberry.me/2008/10/play-rar-files-with-vlc-mplayer/
unrar p -inul $1 | mplayer -cache 64000 -cache-min 50 -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment