• 0 Posts
  • 26 Comments
Joined 1 year ago
cake
Cake day: June 9th, 2023

help-circle

  • One thing to keep in mind: if someone gave you a 5.25" floppy disk with this type of data on it, even if the data was perfectly readable, would you have any way to do it? You’d need to hunt down someone whos into retro technology and hope you can figure out how to decode the information. The format itself became obsolete, so even if the data would theoretically be accessible, the means to access said data may not be.

    Point is, what are the chances that CD drives will be around in hundreds of years outside of a museum or personal collection? They’re already becoming more and more uncommon after only a couple decades. But there really isn’t a great solution to this, especially when it comes to video, because you can’t just print it out.

    Side note, are you sure that CD Golds are more durable than M-Disk?







  • You can try installing Handbrake, it’s basically a user interface to make using FFmpeg easier. As far as removing all the metadata with a click, I’m not aware of anything that does that.

    Honestly though, I think this is a simple enough case that you could figure it out even if you’re non-techy. The basic steps would be:

    • make a folder somewhere to keep everything in one place

    • download FFmpeg from here (this is one of the official Windows builds)

    • extract the 7z file you downloaded, there’s a folder inside called “bin” and inside of that should be three .exe files, one of which is just named “ffmpeg.exe”. Put that .exe into the folder you made earlier

    • open Notepad, copy/paste the command from my first comment into Notepad, and save it as something like “remove_metadata.bat” to your folder from earlier. In the window where you choose where to save the file, make sure you choose the file type “all files” from the drop down in order to save it as a .bat.

    After setting it up, you can just put any .mp4 into the same folder, rename it INPUT.mp4, and run your .bat file by double-clicking it. It should create a new file called OUTPUT.mp4 in the same folder with all of the metadata removed.



  • That’s what I thought too, but this system doesn’t actually use salt water. It uses a membrane that’s filled with lithium bromide (a “salt” in the chemical sense of the word), which absorbs moisture from the air while the computer is off and then is able to slowly “sweat” the moisture away while the computer is running. They say it can run for about 6.5 hours before needing to be recharged.

    This is pretty cool for data centers which use massive amounts of power to keep everything cool, because it’s passive and doesn’t use any extra energy for fans or water pumps or anything. It really isn’t all that great for consumer PCs though, because it’s a lot easier to deal with waste heat.









  • Personally, I used TrueNAS Core (known as simply FreeNAS at the time) for my very first NAS setup knowing nothing about BSD-based systems, and it’s been pretty much fine. It has ZFS which is absolutely desirable for a NAS that you store important things on, and It has some quirks but Ive been able to accomplish everything I’ve wanted to with it just by looking up the miriad of guides available. Not saying it’s better than the alternatives, just sharing my personal experience.

    However, if you’ve already got OMV setup and it’s working for you so far, I would stick with it. I believe you could always import your drives into another NAS system if you decide to move later, so why fix what isn’t broken?