Skip to content

Command-line tool to extract frames from equirectangular (360) images and video.

Notifications You must be signed in to change notification settings

jshrake/dragonfly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dragonfly

Command-line tool to extract frames from equirectangular (360) images and video.

Convert this

example

into this

example.webm

WARNING This is alpha software and not ready for you to use. It will change.

Getting Started

You need to install https://ffmpeg.org/ and ensure that the ffmpeg and ffprobe binaries are on your $PATH.

MacOS

brew install ffmpeg

Usage

Here are some examples of things you can do with this software:

  • Create a 5 second 30 FPS video from a 360 image
RUST_LOG=debug cargo run -- extract examples/example.jpg --frame-count 300 --j 8    
RUST_LOG=debug cargo run -- encode --length 5 --fps 30 --scale 0.125

Resources

Projections

ffmpeg

About

Command-line tool to extract frames from equirectangular (360) images and video.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages