Skip to content

Instantly share code, notes, and snippets.

@jsejcksn
Created April 26, 2018 03:23
Show Gist options
  • Save jsejcksn/7c5e686a25998db950d80d200052f696 to your computer and use it in GitHub Desktop.
Save jsejcksn/7c5e686a25998db950d80d200052f696 to your computer and use it in GitHub Desktop.
Remove location/gps info from videos using ffmpeg
ffmpeg -i input.mov -map 0 -map_metadata -1 -c copy output-noloc.mov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment