wholesomedonut, to random
@wholesomedonut@fosstodon.org avatar

Finally started getting those "Hey, adblockers are evil" popups on the ole Tube.

How far a once-great website has fallen.

And how funny one of the biggest companies on earth gets its lifeblood by begging out advertisements, and little else in the grand scheme of things.

joel,
@joel@fosstodon.org avatar

@wholesomedonut just drag and drop to #mpv

Aaron, to random German
@Aaron@troet.cafe avatar

I finally get why people love so much. I've been using it for a while now, and it makes the streaming experience SO MUCH BETTER!

rmader, to RaspberryPi
@rmader@floss.social avatar

The 5 is here and like its predecessor it supports decoding and displaying H.265 in 4K@60fps.
Some of you may wonder: does that really work on a modern / desktop? If my laptop fan starts spinning when playing such content, how can the PI handle it?

Here I'd like to draw your attention to a pretty cool feature we just introduced in - support for YCbCr or YUV pixel formats in the system compositor (Mutter).

Short 🧵

nlogozzo, to CSharp

Ever wanted to use in your and projects? Well Nickvision.MPVSharp is at your service!

MPV# provides C# bindings for allowing you to embed amazing MPV players right into any app!

https://github.com/NickvisionApps/MPVSharp

rmader, to random
@rmader@floss.social avatar

Just landed a fix for a small issue in the dmabuf backend, where the overlay surface was always present, even when empty (no controls or subtitles).

This prevented direct scanout of the video surface on AFAICS all common compositors (and would have added an extra blending step of the full window size where it did still work).

https://github.com/mpv-player/mpv/pull/12237

rmader, to GNOME
@rmader@floss.social avatar

Just watched Sintel in 4K using display hardware YUV->RGB conversion and scaling on Mutter with - no 3D GPU usage (no shaders, no compositing) and also very littly CPU usage (video decoding done by VAAPI) and thus very power efficient.

We are finally getting there - unleash the power of :P

If you're interested in the technical progress or want to try: https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3177
https://github.com/mpv-player/mpv/pull/12237

an3223, to random

I have been working on a set of shaders for for about a year now (500+ commits, it turns out). Most of it has to do with denoising and sharpening. Check them out if you're interested!

https://github.com/AN3223/dotfiles/tree/master/.config/mpv/shaders

Same picture as before, but with the noise removed and the details sharpened.

JustineSmithies, to random
@JustineSmithies@fosstodon.org avatar

Ok so was wondering how on #RiverWM I could automatically float #MPV and have it open at a set size. I discovered that you can set a float rule in River and then in your mpv.conf file you can add a line like:

autofit-larger=40%x40%

Voila mpv now opens floating and at 40% of the screen size and I can still fullscreen it or resize it manually if needed too. Nice ! 🙃

tripplehelix, to videos
@tripplehelix@fosstodon.org avatar

You can watch #videos completely in the #terminal using #mpv.... WHAT?!

use --vo=tct or --vo=caca

(Also the naming schemes are quite funny, including the profiles example in the config)

governa, to GraphicsProgramming
@governa@fosstodon.org avatar

#MPV Player 0.36 Released With #Wayland Fractional Scaling, #Vulkan Video Decode

https://www.phoronix.com/news/MPV-0.36-Released

frumble,
@frumble@chaos.social avatar

»#MPV 0.36 also adds vo_kitty as a modern Sixel alternative [no idea], vo_gpu_next can now support mapping HDR10+ dynamic metadata, Dolby Vision metadata parsing for dynamic scene brightness […]« – oh wow, this is huge!

debugpoint, to linux
@debugpoint@floss.social avatar

mpv 0.36.0 Released with Fractional Scaling Support for Wayland
https://debugpointnews.com/mpv-0-36-0/

alternativeto, to random
@alternativeto@mas.to avatar

The open-source media player, , has released version 0.36.0, introducing support for fractional scaling and on-screen display under the display server protocol, Vulkan-based hardware decoding, ARIB captions, and Dolby Vision metadata parsing.
https://alternativeto.net/news/2023/7/mpv-0-36-0-released-with-wayland-improvements-vulkan-based-hardware-decoding-and-more/

natenom, to random German

Nervt euch das auch bei kurzen Videos, die ihr überprüfen wollt, dass bei Erreichen des Endes automatisch beendet wird?

Mit dem neuen mpv-cut ist es so fast unmöglich, das Ende einer Datei als Ende einer Szene auszuwählen, ohne die Maus zu Hilfe zu nehmen.

Gerade gefunden, es gibt den Parameter --keep-open

Damit kann man auch via seek bis zum Ende vorspulen und so auch das Ende der Datei mit c markieren. :)

In der Config heißt der Wert

keep-open=yes

natenom, to random German

deleted_by_author

  • Loading...
  • publicvoit,
    @publicvoit@graz.social avatar

    @natenom Oh ja, das ist eine relativ neue Sache auch in meinem Setup und bislang bin ich mit der Erleichterung auch sehr zufrieden.

    #mpv #Videoschnitt

    Anachron, to random
    @Anachron@fosstodon.org avatar

    • (cli calendar manager)
    • (cli contact manager)
    • (neckbeards chat solution)
    • (old-school subscriptions)
    • (music organizer)
    • (wayland window manager)
    • (cli fuzzy finder)
    • (software platform)
    • -dlp (legal software to archive copyleft media)
    • (dns server)

    Can we make this a thing again?

    abhijith,

    @Anachron

    (Grand old terminal emulator)
    (Grand old text editor that becomes your operating system)
    (File Manager with a Terminal UI)
    (Tiling window manager)
    (Mail client with Terminal UI)
    (Media player)
    -dlp (CLI client for YouTube)
    (Image editor with gazillion keyboard shortcuts)
    (Minimal image viewer)
    (The One True Browser)

    redstarfish, to random

    #Emacs #Bongo with #mpv backend wasn't working for me. So I investigated a little and here's what I found:

    https://github.com/dbrock/bongo/issues/61#issue-1742476359

    (Also me: Let's check if the link works with Icecat with libreJS enabled, otherwise people will complain :D)

    RL_Dane, to random
    @RL_Dane@fosstodon.org avatar

    Am I JUST noticing that #mpv makes a fantastic commandline audio player?

    Me: "This program is broken. Why don't you give me a GUI when playing audio??"
    Also me: "Ahhhhhhhh...." [Sokah, his eyes open!]

    ixi, to random
    @ixi@mastodon.online avatar

    For anyone experiencing problems playing Twitch VODs via mpv+yt-dlp, adding demuxer=lavf to mpv.conf fixes the problem.

    A recent ffmpeg commit seems to be the reason, resulting in short clips of several seconds instead of the full VOD.

    https://github.com/mpv-player/mpv/issues/11674

  • All
  • Subscribed
  • Moderated
  • Favorites
  • megavids
  • mdbf
  • magazineikmin
  • tacticalgear
  • thenastyranch
  • ethstaker
  • rosin
  • love
  • Youngstown
  • slotface
  • ngwrru68w68
  • kavyap
  • osvaldo12
  • DreamBathrooms
  • anitta
  • everett
  • InstantRegret
  • cubers
  • modclub
  • tester
  • khanakhh
  • GTA5RPClips
  • cisconetworking
  • Durango
  • normalnudes
  • provamag3
  • Leos
  • JUstTest
  • All magazines