SrtFramer is a command-line tool designed to extract (key)-frames from video files captured by DJI drones. This tool utilizes the generated SRT (SubRip Subtitle) files to enrich the extracted frames with GPS metadata.
- ffmpeg (https://ffmpeg.org/)
brew install ffmpeg
- exiftool (https://exiftool.org/)
brew install exiftool
- Install from source
go install github.com/kilianstallz/srtframer
- Install from latest GitHub Release
srtframer -i <input> -o <output> -s <srt>