Created
November 3, 2014 15:35
-
-
Save nyango/c7591eb2cda14ba960d6 to your computer and use it in GitHub Desktop.
Macで動画をアスキーアートに変換した話 ref: http://qiita.com/jamejammy/items/0c612731233ac763d069
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brew install aalib | |
brew install libcaca | |
brew install mplayer --with-libcaca |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mplayer -vo aa videofile | |
mplayer -vo caca videofile |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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