home.social

#mpv — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #mpv, aggregated by home.social.

fetched live
  1. #ShowTime, le lecteur #video de #Gnome depuis quelques mois, n'est clairement pas encore suffisamment mature pour être un lecteur video par défaut 😞 :

    lags réguliers, arrêt de la lecture en cours de route, overlay des contrôles qui ne disparaît pas, plantage en essayant d'ouvrir certains fichiers...

    Je fini toujours par revenir à #VLC, #mpv voir même #Totem, l'ancien lecteur par défaut, bien plus stable et efficace.

  2. Wie lassen sich die mehrere Videostreams, z.B. von CCTV, auf einem Monitor anordnen, so dass man möglichst auf einen Blick alles Wesentliche sieht?

    strobelstefan.de/blog/2026/08/

    #mpv #vlc

  3. Cerchi un lettore video Android ricco di funzioni avanzate? mpvRex unisce la potenza di libmpv a un'interfaccia moderna e tante opzioni dedicate agli utenti più esigenti. #Android #OpenSource #VideoPlayer #mpv #Tech

    linuxeasy.org/mpvrex-il-lettor

  4. Since Apple music can't seem to display track info for internet radio after I upgraded macOS, Using mpv for internet radio is the way forward. I love the way you get the full tracklist history displayed!

    I also set up "reggae" as an alias to launch the Heavyweight Reggae channel from SomaFM and that's very satisfying.

    somafm.com/reggae/

    #reggae #radio #mpv #macOS

  5. Hey did you guys know that the #mpv media player can be controlled by external apps using a JSON-IPC interface?

    How cool is Ithat?

    mpv.io/manual/master/#json-ipc

    So now my #plex #tui music player responds to play/pause/stop/next/prev keystrokes instantly rather than lagging while the subprocess manipulation happens.

    This may be one of the most polished side projects I've ever designed and I'm super pleased with how it's turning out.

    Next up I think I want a hotkey to hide the 'browse' pane and make Now Playing with the swank TUI cover image rendering take up the entire window!

    github.com/feoh/plexbar

  6. 🚨 mpv batte tutti i player video. Guida completa: file mpv.conf, script Lua, upscaling con FSRCNNX e Anime4K, YouTube direttamente dal terminale — senza browser.
    gomoot.com/mpv-il-player-video

    #mpv #player #video

  7. Настоящие HDR фото — от съемки до просмотра

    Всем привет! Это моя первая статья на Хабре. Я постарался максимально понятно изложить проблематику получения HDR изображений на современных мониторах и операционных системах. Давайте сразу проясним, что подразумевается под HDR фото, а что нет. В начале двухтысячных было модное занятие сначала фоткать высококонтрастный объект с разными экспозициями, проводить так называемый брекетинг экспозиции, а затем с помощью софта склеивать все в одно изображение. Изначальный огромный перепад яркостей сужался до обычного JPG и демонстрировался как достижение. Да, достижение было в виде сохранённых деталей в светах и тенях, но минимальный и, что самое важное, максимальный уровень яркости был далек от натуры. К тому же неизбежным следствием являлось падение общего контраста. Так вот, это не HDR. Это, назовем его, прокрустово ложе, куда надо впихнуть невпихуемое, и на выходе получить псевдо-HDR. Данная статья просвещена получению настоящего HDR, где узость диапазона уже не мешает делать высококонтрастные снимки. И не только делать, но и увидеть.

    habr.com/ru/articles/1042682/

    #hdr #adobe_lightroom #kde #mpv #windows #plasma #jxl #avif #wayland #обработка_фотографий

  8. Related: I just picked up a new skill ☺

    Did you know that when you use #Emacs with #exwm and have #mpv running in a window or frame next to the text document where you write down the lyrics, you can record a macro that switches over to mpv, jumps back by 10 seconds and then switches to your text file again?

    Then "10s back please" is just C-x e

    And suddenly writing down the lyrics is much more convenient -- saving enough time that you can write a toot explaining how you did it ☺

    ❤️

  9. One of the best video player for #Linux is #MPV. It plays every stream, including #YouTube videos, with a simple shell command:

    $ mpv [any URL] or a link to a YouTube video.

    It also has a great caching system, and there are no weird slowdowns or speed-ups like you get with other programs such as VLC, ffplay or Celluloid.

    MPV works on all processors and all systems. #opensource #streaming

  10. Playing movies with #mpv inside #kitty is pretty trippy for someone like me who grew up on actual text-only terminals. Even works great over ssh.
    #linux

  11. #fediverse people @miguel shared with me this awesome page somafm.com/ where I can download radio files to listen when I'm coding, I can play the pls files usig #mpv or #mpd I'm pretty sure other players can do it as well. So check it up and enjoy free #music

  12. i think mpv should allow cutting the A-B Loop from video and saving it as another video

    #mpv

  13. Lectures du jour :

    “Radio” (Big Bungo’s Froopsule) :
    gemini://frooplet.com/glog/202

    “Re: (Internet) radio” (en réponse au précédent) :
    gemini://rymden.no/tx/2026-05-

    Si vous aimez les #webradios de style “ambient electro”, ce site peut vous plaire :
    nightride.fm

    (Perso, j’ai collecté les URL des divers flux MP3 proposés pour les lire avec #MPV à l’occasion, en plus de ceux de SomaFM et autres MusicForProgramming.net)

  14. #Zenity is a bit of a winner for knocking together simple UIs. For ages I've been using a wrapper script around #ytdlp which determines the screen resolution of the computer it's running on, updates yt-dlp, then fetches the video supplied as an argument and streams it to #mpv.

    However that's not very friendly for folks who share the media device on which the script is available, so I wrapped it in Zenity to present a friendly UI for either playing a previously-watched video, playing a new video (by URL), presenting a list of previously-watched videos, and providing a means to delete one or all previously-watched videos.