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

help-circle



  • Nawor3565@lemmy.blahaj.zonetoLinux@lemmy.mlI tried, I really did
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    1
    ·
    8 months ago

    Okay so genuine question from someone who’s used various distros for all sorts of things over the years, just never as a daily driver. What sorts of things have caused your revulsion towards Windows? Aside from Microsoft’s bullcrap like Alexa or MS Store ads which can all be disabled, I’ve personally never had enough of a problem with Windows that justified the effort required to move away from it. And I would consider myself a power user who loves to customize things.

    Again, I just want to genuinely understand what sorts of problems people have that cause them to hate using Windows that much, even if they’re just subjective things.







  • How many tabs do you have open? I have quite a few and it can cause battery to drop a lot. It also occasionally starts using a lot of battery in the background for no apparent reason, which is fixed by just force-quitting the app.

    It could also just be that Firefox is inherently more energy intensive than a Lemmy client. Browsers have to handle a lot of stuff to render web pages, while clients for sites just have to send some API calls. I might try using another browser for a few days and see if the battery usage is comparable to Firefox.




  • 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.