Changes between Version 2 and Version 3 of doc/app/img2video
- Timestamp:
- Oct 15, 2010 12:58:21 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/img2video
v2 v3 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”. Other parameters can be used as follows: 17 18 19 20 21 16 2. Run img2video with at least the -i and -n parameter from command line, \\e.g. “./img2video -i /localdata/dvrp/video -n image”. Other parameters can be used as follows:\\[[#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]] \\ 22 17 ||='''Parameter Name''' =||='''Default Value''' =||='''Explanation''' =|| 23 18 |---------------- … … 48 43 * gif (Animated GIF) 49 44 * wmv2 (Windows Media Video 2) 50 51 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).\\ 52 46 \\ … … 54 48 \\ 55 49 Animated GIF is recommended since it can be played out-of-the box in most browsers.\\ 50 }}} 51 |---------------- 52 {{{#!td style="vertical-align:top;width: 150px" 53 [=#C '''-C.. colors'''] 54 }}} 55 {{{#!td style="vertical-align:top;width: 100px" 56 256 57 }}} 58 {{{#!td 59 Number of colors in case [[#c|-c..]] is set to gif. 56 60 }}} 57 61 |---------------- … … 130 134 |---------------- 131 135 {{{#!td style="vertical-align:top;width: 150px" 136 [=#R '''-R'''] 137 }}} 138 {{{#!td style="vertical-align:top;width: 100px" 139 0 140 }}} 141 {{{#!td 142 Rotate images by given angle ![°] 143 }}} 144 |---------------- 145 {{{#!td style="vertical-align:top;width: 150px" 132 146 [=#s '''s.. scale_width'''] 133 147 }}} … … 142 156 |---------------- 143 157 {{{#!td style="vertical-align:top;width: 150px" 158 [=#S '''S.. video_speedup'''] 159 }}} 160 {{{#!td style="vertical-align:top;width: 100px" 161 1 162 }}} 163 {{{#!td 164 Video speed-up.\\Accelarate the video by a given factor. 165 }}} 166 |---------------- 167 {{{#!td style="vertical-align:top;width: 150px" 144 168 [=#t '''.t.. file_type'''] 145 169 }}} … … 162 186 For IMUK, there are already a black (imuk_wm_black.png) and a white (imuk_wm_white.png) watermarks 163 187 }}} 164 165 188 |---------------- 189 {{{#!td style="vertical-align:top;width: 150px" 190 [=#X '''-X'''] 191 }}} 192 {{{#!td style="vertical-align:top;width: 100px" 193 N/A 194 }}} 195 {{{#!td 196 Use this flag parameter to enable additional debug/error messages. 197 }}} 198 199 You can get a short list of these parameters from command line typing “img2video ?”. 200 201 3. When img2video is finished, check your output_path. If no error occurred, you will find your animation as well as a preview image. 202