Changes between Version 9 and Version 10 of doc/app/img2video
- Timestamp:
- Aug 9, 2012 3:31:32 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/img2video
v9 v10 14 14 1. Prepare a folder with your input files. \\e.g. “/localdata/dvrp/video” containing the files “image0000.tiff” to “image3999.tiff” in TIFF format (as used by the DVRP software). 15 15 16 2. Run img2video with at least the -i and -n parameter from command line, \\e.g. “./img2video -i /localdata/dvrp/video -n image”. You can get a short list of all parameters from command line typing “img2video ?”.\\\\Full list of parameters with description:\\[[#a|-a..]] [[#c|-c..]] [[#C|-C..]] [[#f|-f..]] [[#h|-h]] [[#i|-i..]] [[#k|-k]] [[#n|-n..]] [[#o|-o..]] [[#r|-r]] [[#R|-R]] [[#s|-s..]] [[#S|-S..]] [[#t|-t..]] [[#w|-w]] [[#X|-X]] \\16 2. Run img2video with at least the -i and -n parameter from command line, \\e.g. {{{img2video -i /localdata/dvrp/video -n image}}}. You can get a short list of all parameters from command line typing {{{img2video ?}}}.\\\\Full list of parameters with description:\\[[#a|-a..]] [[#c|-c..]] [[#C|-C..]] [[#f|-f..]] [[#h|-h]] [[#i|-i..]] [[#k|-k]] [[#n|-n..]] [[#o|-o..]] [[#r|-r]] [[#R|-R]] [[#s|-s..]] [[#S|-S..]] [[#t|-t..]] [[#w|-w]] [[#X|-X]] \\ 17 17 ||='''Parameter Name''' =||='''Default Value''' =||='''Explanation''' =|| 18 18 |---------------- … … 38 38 Currently supported codecs are:\\ 39 39 * flash (Flash Video) 40 * mpeg (MS MPEG 4.2 )41 * mpeg4 (MPEG4 )42 * mjpeg (Motion JPEG )40 * mpeg (MS MPEG 4.2, avi container) 41 * mpeg4 (MPEG4, avi container) 42 * mjpeg (Motion JPEG, avi container) 43 43 * gif (Animated GIF) 44 * ffv1 (lossless encoding, avi container) 44 45 * wmv2 (Windows Media Video 2) 45 Motion JPEG is a high quality video format, which produces animations of high quality without further compression. This results in a relatively large file size (e.g. ~200mb for 3min video).\\46 46 \\ 47 47 Flash is the best choice for web pages (~18mb for 3min).\\