Ridding_mp4 [ RELIABLE | Roundup ]
To strip metadata (GPS tags, camera info, etc.) from an MP4 file without re-encoding, use . This is the standard for "ridding" a file of identifying information. Command : exiftool -all= video.mp4 2. Ridding Unnecessary File Size (Compression)
If you are trying to "rid" a computer of all MP4 files via a script or command line: ridding_mp4
: Get-ChildItem -Path "C:\YourPath" -Include *.mp4 -Recurse | Remove-Item To strip metadata (GPS tags, camera info, etc
If you want to rid an MP4 of "bloat" to save space, or FFmpeg are the best tools. They use the H.264 or H.265 codecs to reduce size while maintaining quality. To strip metadata (GPS tags