Difference between revisions of "Movie2dng"
From ElphelWiki
(New page to place information about movie2dng.) |
(new movie2dng page.) |
||
Line 1: | Line 1: | ||
− | + | movie2dng is utility to convert Elphel's [[JP4]] movies to Adobe's DNG format. | |
+ | |||
+ | == Download == | ||
+ | |||
+ | === Ubuntu Linux === | ||
+ | |||
+ | There is a prebuilt package for Ubuntu users at [http://launchpad.net/~phsilva/+archive/ppa movie2dng PPA]. | ||
+ | |||
+ | To install it, use the following commands, see [http://launchpad.net/+help/soyuz/ppa-sources-list.html help here] for more information. | ||
+ | |||
+ | sudo add-apt-repository ppa:phsilva/ppa | ||
+ | sudo apt-get update | ||
+ | sudo apt-get install movie2dng | ||
+ | |||
+ | === Other platforms === | ||
+ | |||
+ | You can download the latest source code at [http://sourceforge.net/projects/elphel/ Elphel's SVN] hosted at sourceforge.net. Check the [http://elphel.svn.sourceforge.net/svnroot/elphel/tools/Movie2DNG/README README] file for build information. movie2dng uses [http://www.scons.org scons] and is know to build on Linux (Ubuntu), Mac OS X and Windows using Mingw32). | ||
+ | |||
+ | svn co http://elphel.svn.sourceforge.net/svnroot/elphel/tools/Movie2DNG | ||
+ | |||
+ | == Usage == | ||
+ | |||
+ | movie2dng is a command line program, the usage is the follow: | ||
+ | |||
+ | movie2dng --help | ||
+ | movie2dng [options] FILENAME FRAME | ||
+ | |||
+ | This program will convert the FILENAME JP4 movie to individual frames named | ||
+ | FRAME-NNNNNN.dng, where NNNNNN will be replaced by the frame number starting | ||
+ | at 1. Note that there is no need to specify the .dng extension on the frame | ||
+ | name, it will be added automatically. If you want to save frames on a different | ||
+ | directory, use something like DIRECTORY/FRAME, for example. | ||
+ | |||
+ | [options] | ||
+ | -v, --version display program version information. | ||
+ | -h, --help show this help message. |
Revision as of 19:44, 12 July 2010
movie2dng is utility to convert Elphel's JP4 movies to Adobe's DNG format.
Download
Ubuntu Linux
There is a prebuilt package for Ubuntu users at movie2dng PPA.
To install it, use the following commands, see help here for more information.
sudo add-apt-repository ppa:phsilva/ppa sudo apt-get update sudo apt-get install movie2dng
Other platforms
You can download the latest source code at Elphel's SVN hosted at sourceforge.net. Check the README file for build information. movie2dng uses scons and is know to build on Linux (Ubuntu), Mac OS X and Windows using Mingw32).
svn co http://elphel.svn.sourceforge.net/svnroot/elphel/tools/Movie2DNG
Usage
movie2dng is a command line program, the usage is the follow:
movie2dng --help movie2dng [options] FILENAME FRAME This program will convert the FILENAME JP4 movie to individual frames named FRAME-NNNNNN.dng, where NNNNNN will be replaced by the frame number starting at 1. Note that there is no need to specify the .dng extension on the frame name, it will be added automatically. If you want to save frames on a different directory, use something like DIRECTORY/FRAME, for example. [options] -v, --version display program version information. -h, --help show this help message.