You're viewing a single thread.
Who need GUI to watch youtube? You can watch them directly in terminal with mpv. Try it:
mpv --vo=tct "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
41 0 ReplyIf you're in a kernel VT (i.e. Ctrl+Alt+F[1-7] without starting a graphical environment) MPV can also work in framebuffer mode (the default if you don't specify a video output). It'll show the video fullscreen at full resolution, bypassing the terminal characters.
Who said terminal graphics had to look bad?
19 0 ReplyI'm sure it has some uses in digital signage and whatnot, but holy cow it sounds like a dev just saying "hold my beer" one evening...
9 0 Reply84% of FOSS software is the result of either a dare, laziness, or spite.
6 0 Reply
you can also use libsixel for that. Contour is a pretty good term that supports that.
2 0 Reply
What does tct do?
5 0 ReplyIt uses the terminal as a display output instead of a separate window
10 0 Reply
This is stupid and I love it
4 0 ReplyI wondered what this could possibly look like and found some examples here: https://www.baeldung.com/linux/view-media-no-graphical-env.
I was expecting ASCII art. It's low resolution video though. Seems like a small use case, but pretty nifty.
4 0 Reply