Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 741 Bytes

README.md

File metadata and controls

42 lines (25 loc) · 741 Bytes

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