• 0 Posts
  • 33 Comments
Joined 9 months ago
cake
Cake day: December 2nd, 2025

help-circle








  • flameleaf@lemmy.worldtolinuxmemes@lemmy.worldPlease help, I'm stuck!
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    6 months ago

    Agreed. I use Arch, Debian, and Mint with Xfce on all of them. It’s stable as a rock in every iteration.

    That being said, Debian’s the distro famous for out of date packages, so its a little silly that Mint has it beat in this regard, especially when updates to everything else are much more frequent.

    I also work as a sysadmin maintaining all these devices, and every time I move files between the laptops running Mint I’m confronted with Xfce’s old file transfer dialog. You’re gonna love the improvements 4.20 made when it finally hits the repos.











  • I like how ffplay treats the entire video as a progress bar. I can right-click anywhere to do precision seeking.

    It’s also very extensible through bash and other ffmpeg tools. I have it set up as a script on my system that scans the video file first with ffprobe to get the mean audio level of the file, then adjust it based on the universal volume level I have set when it opens with the player, so nothing ends up too loud or too quiet.

    Piping yt-dlp output into ffplay is pretty simple too, but I prefer caching downloads to my Video directory first rather than watching them directly from my RSS reader.

    yt-dlp also has sponsorblock support, btw.