Changes between Version 9 and Version 10 of doc/app/img2video


Ignore:
Timestamp:
Aug 9, 2012 3:31:32 PM (13 years ago)
Author:
maronga
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/app/img2video

    v9 v10  
    14141. 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).
    1515
    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]] \\
     162. 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]] \\
    1717||='''Parameter Name'''  =||='''Default Value'''  =||='''Explanation'''  =||
    1818|----------------
     
    3838Currently supported codecs are:\\
    3939* 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)
    4343* gif (Animated GIF)
     44* ffv1 (lossless encoding, avi container)
    4445* 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).\\
    4646\\
    4747Flash is the best choice for web pages (~18mb for 3min).\\