𝒍𝒆𝒎𝒂𝒏𝒏

Hey 👋 I’m Lemann: mark II

I like tech, bicycles, and nature.

Otherwise known as; @lemann@lemmy.one and @lemann@lemmy.world

Dancing Parrot wearing sunglasses

  • 3 Posts
  • 192 Comments
Joined 6 months ago
cake
Cake day: December 22nd, 2023

help-circle





  • IIRC when looking into this originally, there are multiple tools necessary due to additional metadata on the MCs: mcpaste for PS1 saves, psupaste for PS2 saves, and the PS3 uses an entirely different format that needs to be converted prior to use (I don’t remember if you need to jailbreak to get the keys for this)

    Felt there was a bit too much manual stuff involved which could allow human error to come in and mess something up. I did do a copy + psupaste to the internal HDD on a new partition just in-case, but there was no way I was going to risk copying those back onto my only memory card to test if it actually was done right 😅

    The original MC was near full as well, so it’s pretty nice to also be able to spin up new ones when needed (to be fair I believe OPL has a similar feature built in, although some games may freeze using it)



  • Deleting documents from insider branch users a few years back, forced installation of HP SMART printer utility, constantly switching users’ default browser back to Edge, even bypassing my employer’s GPO to do so at one point in a Teams update

    Not to mention their habit of making practically everything opt-in by default. And what is up with the new Aptos “cloud” font that only works if you have an active Office 365 subscription?

    I don’t know tbh, Windows just doesn’t cut it for me anymore personally, mainly because of Microsoft. Stuck with it on my desktop though because of sim hardware.

    I still have XP on an airgapped old PC for nostalgia ☺️











  • I do something similar for my property’s exterior cameras, which are streamed to my VPS in ‘real-time’.

    You will need to re-encode the footage - videos are already pretty well compressed, so traditional compression methods like 7z (lzma), gz, zip etc being layered on top can’t compress them further.

    For your solution, I’d probably run a find every minute w/ cron to look for these files in a staging/watch folder, move them to another folder so they aren’t picked up on the next run, then re-encode with ffmpeg. Do note that when you re-encode footage, you always lose quality, even if you’re on a high quality preset.

    I have a feeling that the Handbrake project can do this with a watch folder though, so might be worth looking into that. After a quick search this looks easier to setup than my solution:

    https://github.com/HandBrake/HandBrake
    https://github.com/shannah/handbrake-watcher