TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: ASCII TV – Stream ASCII movies in your terminal with curl

108 pointsby mraisonover 6 years ago

8 comments

m45t3rover 6 years ago
Not ASCII, however a cool hack using mpv is that it can display actual videos in a terminal emulator that supports true color output [1]. Just run the following command:<p><pre><code> mpv -vo tct video_file.mkv </code></pre> Reduce the font size to increase resolution. Also, a GPU accelerated terminal like Kitty [2] is recommended, or the video will be painfully slow.<p>[1]: <a href="https:&#x2F;&#x2F;gist.github.com&#x2F;XVilka&#x2F;8346728" rel="nofollow">https:&#x2F;&#x2F;gist.github.com&#x2F;XVilka&#x2F;8346728</a><p>[2]: <a href="https:&#x2F;&#x2F;sw.kovidgoyal.net&#x2F;kitty&#x2F;" rel="nofollow">https:&#x2F;&#x2F;sw.kovidgoyal.net&#x2F;kitty&#x2F;</a>
graetzerover 6 years ago
I think you can also just use telnet to see star wars:<p><pre><code> telnet towel.blinkenlights.nl</code></pre>
评论 #18954636 未加载
评论 #18955233 未加载
评论 #18955472 未加载
评论 #18954633 未加载
jamiek88over 6 years ago
Now <i>this</i> is hacker news!!<p>Ludicrous on the surface yet brilliant.<p>Kudos to the creator, and it’s great that such a senior engineer with his track record and contributions still has that spirit in him.
评论 #18954646 未加载
评论 #18959204 未加载
ineedasernameover 6 years ago
Practical applications are irrelevant, this is a fun, cool project. I love seeing this sort of thing on HN.
O1111OOOover 6 years ago
Really like the format of the &quot;movie&quot; file. Very easy to work with:<p>Line 1: time.Duration<p>Lines 2-14: frameHeight (currently set to 13 lines in the code on this and the original[0])<p>Options for (1) pause&#x2F;play (2) back: frame by frame (3) forward: frame by frame : could make this a pretty good presentation app, ebook tool, story-teller...<p>[0] <a href="https:&#x2F;&#x2F;github.com&#x2F;nitram509&#x2F;ascii-telnet-server" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;nitram509&#x2F;ascii-telnet-server</a>
hsxover 6 years ago
This is really neat!<p>While we&#x27;re on the topic of neat things you can do with `curl`, check out:<p><pre><code> curl parrot.live</code></pre>
CloudNetworkingover 6 years ago
A colleague and I did this at uni in 2001 or so. SSH to his box at home with a TV receiver and a video library that output ASCII graphics.
评论 #18955757 未加载
评论 #18955577 未加载
userbinatorover 6 years ago
It&#x27;s surprising that with the ultra-high-resolution monitors common today, this might actually be on the verge of being practical.
评论 #18955476 未加载