Hacker News new | ask | show | jobs
by xrd 950 days ago
You can watch entire videos using gstreamer and aasink.

gst-launch-1.0 filesrc location=my video.webm ! videoconvert ! aasink

This is a great way to watch videos inside your terminal.

Or, a terrible way to watch videos, I suppose, it depends on how much you like ASCII art.