Skip to content

F0x06/Movie2DNG

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

movie2dng
=========

This is a utility program to convert Elphel's JP4 movies
to DNG and JPEG frames in standard Bayer format.

Usage
=====

To use it, call movie2dng as follow:

movie2dng --dng filename.mov my-dng-frame-%05d


Building
=========

It uses scons to he build, try writing scons on you shell and Ubuntu
will tell you how to install if you don't have it.

You'll also need ffmpeg, expat and libexif.

On Ubuntu, try this.

sudo apt-get install libavcodec-dev libavformat-dev libexpat1-dev libexif-dev.

just type "scons" and you'll end up with a movi2dng executable.

Comments
========

Comments, corrections, please contact me at ph.silva@gmail.com

Releases

No releases published

Packages

No packages published

Languages

  • C++ 69.1%
  • C 28.0%
  • Shell 1.8%
  • Objective-C 0.3%
  • SAS 0.3%
  • Assembly 0.2%
  • Other 0.3%