mirror of
https://github.com/alebcay/awesome-shell.git
synced 2026-07-16 02:54:12 -05:00
[GH-ISSUE #230] Recommand a tool which can play video via terminal #6684
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @WangYihang on GitHub (Sep 3, 2017).
Original GitHub issue: https://github.com/alebcay/awesome-shell/issues/230
@michalHC commented on GitHub (Sep 4, 2017):
You can use mplayer with video output (-vo) set to ascii lib, e.g. aa or caca.
Just run
mplayer -vo aa your_file.mp4.@fabiospampinato commented on GitHub (Sep 4, 2017):
If you are looking for a way to stream any torrent to your favorite player from the terminal I've recently made an app for that that makes "Star Wreck" play with just a "watch Star Wreck", check it out.
@Brottweiler commented on GitHub (Sep 4, 2017):
The title is broken english. He doesn't want recommendations. He linked tplayer, a tool he made himself, and he wants it added to the list.