Skip to content

Latest commit

 

History

History
56 lines (37 loc) · 2.02 KB

README.md

File metadata and controls

56 lines (37 loc) · 2.02 KB

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