Comment on What's an easy way to remove metadata from a .mp4 file? [Windows 10]

Nawor3565@lemmy.blahaj.zone ⁨8⁩ ⁨months⁩ ago

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 OUTPUT.mp4

source
Sort:hotnewtop