Changes between Version 8 and Version 9 of doc/app/img2video
- Timestamp:
- Aug 9, 2012 3:29:18 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/img2video
v8 v9 219 219 3. Settings for an animated gif of a few EPS files (2 images per seconds displayed):\\{{{img2video -c gif -i /localdata/dvrp/karman -n karman -t "eps" -a 2}}} 220 220 221 Example of the img2video shell interface\\{{{img2video -n "cube" -i /home/ maronga/scripts/img2video/testfilm -c mpeg}}}\\\\221 Example of the img2video shell interface\\{{{img2video -n "cube" -i /home/user/scripts/img2video/testfilm -c mpeg}}}\\\\ 222 222 {{{ 223 223 #--------------------------------------------------------------# … … 226 226 | Initialization parameters | 227 227 | Jobname: cube | 228 | Input path: /home/ maronga/scripts/img2video/testfilm|229 | Output path: /home/ maronga/scripts/img2video/testfilm|228 | Input path: /home/user/scripts/img2video/testfilm | 229 | Output path: /home/user/scripts/img2video/testfilm | 230 230 | /cube | 231 231 | Video codec: mpeg (msmpeg4v2) | … … 244 244 | | 245 245 #--------------------------------------------------------------# 246 *** Creating directory: /home/ maronga/scripts/img2video/testfilm/246 *** Creating directory: /home/user/scripts/img2video/testfilm/ 247 247 cube/images_jpg... done. 248 *** Outdated images will be deleted in /home/ maronga/scripts/img2video/248 *** Outdated images will be deleted in /home/user/scripts/img2video/ 249 249 testfilm/cube/images_jpg... done. 250 250 *** Converting images... done. 251 251 --> Converted 101 images. 252 252 *** Encoding video... done. 253 --> All actions finished. Video saved as /home/ maronga/scripts/253 --> All actions finished. Video saved as /home/user/scripts/ 254 254 img2video/testfilm/cube/cube_1acc_mpeg.avi. 255 255 }}}