Skip to content

A tool to extract and geotag frames from a DJI drone video

License

Notifications You must be signed in to change notification settings

bezineb5/extract-dji-video

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Extract DJI video

Purpose

This tools extract 1 frame every second of a DJI dron video and geotags it. The goal is to use those images in photogrammetry softwares, such as WebODM.

Dependencies

You need:

  • node >= v10.12.0
  • ffmpeg
  • exiftool

Usage

node extract.js --help
Usage: extract.js <videoFile> [options]

Options:
      --version      Show version number                               [boolean]
  -d, --destination  Destination directory                              [string]
  -p, --prefix       Prefix to add to the generated filenames (otherwise, same
                     as source filename)                                [string]
  -h, --help         Show help                                         [boolean]

Example:

node extract.js ~/Pictures/DJI_0166.MP4 -d ./test

And you'll get all your geotagged images in the test subdirectory.

Licence

MIT

About

A tool to extract and geotag frames from a DJI drone video

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published