Nawor3565

@Nawor3565@lemmy.blahaj.zone

This profile is from a federated server and may be incomplete. Browse more on the original instance.

Nawor3565,

Use FFmpeg. You can copy only the audio and video channels (and subtitles) without anything else using a command like:

ffmpeg -i INPUT.mp4 -map_metadata -1 -c:v copy -c:a copy -c:s copy OUTPUT.mp4

Nawor3565,

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.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #