Re: Minimalist Trisquel

11 respostas [Última entrada]
insomniac@fedora.email
Desconectado
Joined: 08/31/2021

mpv -vo null file.mp3
This might not be the exact syntax but this is what I use.

--
insomnia is life

andyprough
Desconectado
Joined: 02/12/2015

That kind of works on my computer. From a tty, I get great audio, but no video. Makes for a very good music player.

loldier
Desconectado
Joined: 02/17/2016

I think it's the intended behaviour for audio files (to be used as a CLI music player).

damidu
Desconectado
Joined: 03/30/2021

ah. I can play video with mpv in tty.

mpv -vo=drm video

My computer freeze after a while with mpv

andyprough
Desconectado
Joined: 02/12/2015

I tried that and did not get any video at all. That's when I found the 'startx /usr/bin/mpv [path_to_video_file]' commands. Probably depends on your processor, as I was reading that the "drm" stands for direct cpu rendering, or something like that. You are asking for the cpu to display the graphics directly, instead of the video card, which is probably why you ultimately lock up.

loldier
Desconectado
Joined: 02/17/2016

OpenBSD 6.9.

--mpv and ogg files playing

--cdio and ripping a cd

2021-09-15-150808_1280x1024_scrot.png
loldier
Desconectado
Joined: 02/17/2016

OBSD has dropped the CD stuff from the FAQ. Here's a sapshot from 2018.

https://web.archive.org/web/20180704101447/http://www.openbsd.org/faq/faq13.html

The up-to-date page makes no mention of such an obsolete technology.

https://www.openbsd.org/faq/faq13.html

andyprough
Desconectado
Joined: 02/12/2015

> "--mpv and ogg files playing"

Now do video files. And what's the memory usage?

loldier
Desconectado
Joined: 02/17/2016

Video opens a new window.

Free only works as root and is not very informative.

Top screenshot tells more.

2021-09-15-153301_528x766_scrot.png 2021-09-15-153742_499x316_scrot.png 2021-09-15-153501_499x316_scrot.png
loldier
Desconectado
Joined: 02/17/2016

Here's another shot, playing PSB Westend Girls.

At idle, some 130MB is used.

2021-09-15-162446_658x823_scrot.png
andyprough
Desconectado
Joined: 02/12/2015

Void runs on 89mb-117mb if you install the minimal version along with the xorg-minimal package. That's with DWM running. I think the Void devs are out-BSD'ing the BSD devs on some aspects. Maybe on a lot of aspects. If you haven't tried it, you would really have a lot of fun with it.

damidu
Desconectado
Joined: 03/30/2021

I'm on a 12,5" laptop and it depend really on the screen size. I see the whole tty.
It's not the same feeling on a 32" display.

And I think that in tty the distribution doesn't matter anymore. bash is bash, coreutils is coreutils.... I don't use the packages manager a lot. etc.