Skip to content

Instantly share code, notes, and snippets.

@nyango
Created November 3, 2014 15:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nyango/c7591eb2cda14ba960d6 to your computer and use it in GitHub Desktop.
Save nyango/c7591eb2cda14ba960d6 to your computer and use it in GitHub Desktop.
Macで動画をアスキーアートに変換した話 ref: http://qiita.com/jamejammy/items/0c612731233ac763d069
brew install aalib
brew install libcaca
brew install mplayer --with-libcaca
mplayer -vo aa videofile
mplayer -vo caca videofile
mplayer -monitorpixelaspect 0.5 -nosub -contrast 25 -framedrop -vo aa -quiet videofile 2>/dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment