/SRTFramer

CLI-Tool for splitting DJI Drone video footage into frames using SRT Subtitle metadata.

Primary LanguageGo

SrtFramer

Introduction

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.

How to use

Prerequisites

brew install ffmpeg
brew install exiftool

Installation

  • Install from source
go install github.com/kilianstallz/srtframer
  • Install from latest GitHub Release

Usage

srtframer -i <input> -o <output> -s <srt>

License

MIT