Skip to content

Instantly share code, notes, and snippets.

@chigozienri
chigozienri / extract_and_geotag_frames.sh
Last active June 20, 2021 22:03 — forked from bcheck555/extractAndGeotagFrames.bat
Extract frames from video every X seconds and geotag them using GPS data file. Requires exiftool and ffmpeg. Modified to prep Insta360 video for Streetview.
#!/bin/bash
# Updates to prep Insta360 One X2 video for Streetview upload.
# Brian Check
# 13 Mar 2021
# Ksheesh Geotag Video Frames 0.0.1
#
# Extract frames from video every X seconds and geotag them using GPS data file.
# Requires exiftool and ffmpeg.