Changes between Initial Version and Version 1 of doc/app/img2video


Ignore:
Timestamp:
Oct 15, 2010 12:40:18 PM (15 years ago)
Author:
maronga
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/img2video

    v1 v1  
     1= img2video =
     2== Overview ==
     3
     4img2video is a wrapping tool for converting images of many types into video files using Mencoder and gifsicle. It has been developed for the animation of DVRP (TIFF images) and NCL-plotted data (EPS images).
     5
     6== Requirements ==
     7
     8img2video requires the !ImageMagick and the Mencoder package  (contained in Mplayer)  as well as the package gifsicle.\\
     9\\
     10The input files have to be numbered (e.g. “karman0000” - “karman3999”). Missing files will be usually skipped without further notice, so please keep an eye on the completeness of your files. In general, single missing images will not affect the animation significantly (due to frame rates of at least 25fps). If you create animated gifs, warning messages will show up, if files are missing. To provide a fluently playing video, you should provide 25 single images (=frames) per second (25 fps).\\
     11
     12== User Instructions ==
     13
     141. 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
     162. 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
     22||='''Parameter Name'''  =||='''Default Value'''  =||='''Explanation'''  =||
     23|----------------
     24{{{#!td style="vertical-align:top;width: 150px"
     25[=#a '''-a.. fps''']
     26}}}
     27{{{#!td style="vertical-align:top;width: 100px"
     2825
     29}}}
     30{{{#!td
     31Frames per second
     32}}}
     33|----------------
     34{{{#!td style="vertical-align:top;width: 150px"
     35[=#c '''-c.. codec''']
     36}}}
     37{{{#!td style="vertical-align:top;width: 100px"
     38flash
     39}}}
     40{{{#!td
     41Desired video format.\\
     42\\
     43Currently supported codecs are:\\
     44* flash (Flash Video)
     45* mpeg (MS MPEG 4.2)
     46* mpeg4 (MPEG4)
     47* mjpeg (Motion JPEG)
     48* gif (Animated GIF)
     49* wmv2 (Windows Media Video 2)
     50
     51Motion 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\\
     53Flash is the best choice for web pages (~18mb for 3min).\\
     54\\
     55Animated GIF is recommended since it can be played out-of-the box in most browsers.\\
     56}}}
     57|----------------
     58{{{#!td style="vertical-align:top;width: 150px"
     59[=#f '''-f.. filename''']
     60}}}
     61{{{#!td style="vertical-align:top;width: 100px"
     62Internally set
     63}}}
     64{{{#!td
     65Output file name.\\
     66\\
     67If this parameter is not set, img2video will generate a nice filename for you, e.g. “karman_50fps_mjpeg”.
     68}}}
     69|----------------
     70{{{#!td style="vertical-align:top;width: 150px"
     71[=#alpha_surface '''alpha_surface''']
     72}}}
     73{{{#!td style="vertical-align:top;width: 100px"
     74
     75}}}
     76{{{#!td
     77
     78}}}
     79
     80
     81