Skip to content

Instantly share code, notes, and snippets.

@mandymozart
Last active June 4, 2019 13:23
Show Gist options
  • Save mandymozart/142912c11c65b160d0227297ad17163e to your computer and use it in GitHub Desktop.
Save mandymozart/142912c11c65b160d0227297ad17163e to your computer and use it in GitHub Desktop.
MetaShape 3D Photometry from DJI drone video footage

Download your video file from the drone.

Get a frame every 3 seconds of the video

ffmpeg -i DJI_0012.MOV -vf fps=1/3 frame%03d.jpg

Parameters

fps (change to how many frames you want to grab each second)

%03d is padding frame number with 3 zeros. so maximum frames in this case is 999

Output: frame001.jpg

Import photos into MetaShape

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment