writing.exchange is one of the many independent Mastodon servers you can use to participate in the fediverse.
A small, intentional community for poets, authors, and every kind of writer.

Administered by:

Server stats:

325
active users

#mpv

0 posts0 participants0 posts today
Continued thread

FOSS NEWS

Proton Drive and Docs get support for collaboration with users without Proton account:
proton.me/blog/improve-product

Organic Maps migrates repos to their own Forgejo instance, because they got blocked by GitHub, because a dev was temporarily geolocated in a US-sanctioned region:
alternativeto.net/news/2025/3/
(Why does GitHub have to know the geolocation of their users in the first place? But at least the Organic Maps project has the capacity to self-host, they successfully took control into their own hands.)

ReactOS 0.4.15 released with kernel improvements, improved hardware support, support for additional audio formats, multiple output channels etc:
alternativeto.net/news/2025/3/

MPV 0.40 released with native HDR support on Linux, Wayland color management protocol support, new script for video alignment and zooming, new selection menu when right-clicking common buttons etc:
9to5linux.com/mpv-0-40-open-so

Shotcut 25.03 released with ‘Text style’ preset to the ‘Generate Text on Timeline’ function in Subtitles, ‘Copy Current’ and ‘Copy All’ options to Filters, vertical and horizontal parameters to the No Sync video filter, a ‘Toggle Filter Overlay’ option to the Player menu etc:
9to5linux.com/shotcut-25-03-op

Ente Photos v1 released with encrypted data stored in three separate clouds, in three different locations; on-device search capabilities for people and objects in photos, ability to automatically highlight past special moments and important people, with a widget option to relive these memories directly from the home screen etc:
alternativeto.net/news/2025/3/

XZ Utils 5.8 released with performance boost for the liblzma compression library; new --no-sync option; xz, xzdec, and lzmainfo components updated to replace non-printable characters with question marks when printing messages (to prevent malicious filenames from sending escape sequences to a terminal) etc:
9to5linux.com/xz-utils-5-8-int

(Linux news in original post)

Proton · Proton Drive and Docs now support collaboration with users without Proton accounts | ProtonDiscover the latest Proton Drive updates designed to help you collaborate and enhance your workflow without compromising security.

So there are these guys who install #Arch and use #vim or #emacs and they think they are powerful #Unix gods. One such being is me myself.

I never had to reboot my computer or close the terminal to quit #neovim

But last night, I was using my #FreeBSD machine. I thought I watch a movie so I installed #mpv and upon starting it, I could not quit. The solution was powering off and rebooting my machine. Devastating, isn't it?

So dear Arch users, or #Gentoo users who think they are really geeky geeks and very brave. Give #BSDs a try :)

#BSD#OpenBSD#FOSS
Replied in thread

A first experiment in #gstreamer is quite promising - on the x220 it already makes Showtime (the future Gnome default player) outperform #mpv with 4k@30fps AV1 or VP9 playback - my hope is to get 4k@60fps work smoothly (SDR - bonus for HDR10, but the required shaders might end up being too heavy).

For those interested, you can find the code at gitlab.freedesktop.org/gstream

GitLabDraft: glupload: Implement udmabuf uploader PoC (!8540) · Merge requests · GStreamer / gstreamer · GitLabSimple proof-of-concept for an udmabuf based uploader that takes sysmem I420 as input - the usual format for many sw-decoders for 8bit - and copies it into...

Found a way to rotate video in #mpv:

~ $ cat .config/mpv/input.conf 
r cycle_values video-rotate 90 180 270 0

Now just hit "r" when viewing a video to have it rotate by 90 degrees clockwise.
Great for viewing vertical video on a laptop.

* @rl_dane dodges various rotten tomatoes being thrown in his direction

It looks like streaming #YouTube videos in #Platypush is currently broken because of new checks put in place by #Google.

#mpv with --ytdl is also affected, and so are static downloads through the yt-dlp command of course.

It seems that providing an API token to the yt-dlp configuration may mitigate the issue, but of course you lose anonimity.

I’ll test things with an auth token and document the new process this week.

https://github.com/yt-dlp/yt-dlp/issues/10128

GitHub[youtube] Sign in to confirm you’re not a bot. This helps protect our community · Issue #10128 · yt-dlp/yt-dlpBy xpidev-afk