this post was submitted on 06 Feb 2024
610 points (96.5% liked)

linuxmemes

20770 readers
1788 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
610
seamless seeking (lemmy.world)
submitted 7 months ago* (last edited 7 months ago) by jroid8@lemmy.world to c/linuxmemes@lemmy.world
 

Edit: guys I didn't made this template, can you please calm down?

you are viewing a single comment's thread
view the rest of the comments
[–] redcalcium@lemmy.institute 41 points 7 months ago (4 children)

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"

[–] AVincentInSpace@pawb.social 19 points 7 months ago (2 children)

If 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?

[–] Tja@programming.dev 9 points 7 months ago (1 children)

I'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...

[–] rtxn@lemmy.world 6 points 7 months ago* (last edited 7 months ago)

84% of FOSS software is the result of either a dare, laziness, or spite.

[–] pkill@programming.dev 2 points 7 months ago

you can also use libsixel for that. Contour is a pretty good term that supports that.

[–] vaselined@lemmy.world 5 points 7 months ago (1 children)
[–] ThePhantomGM@lemmy.world 10 points 7 months ago

It uses the terminal as a display output instead of a separate window

[–] HEXN3T@lemmy.blahaj.zone 5 points 7 months ago

This is stupid and I love it

[–] Kethal@lemmy.world 4 points 7 months ago* (last edited 7 months ago)

I 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.