Up: Component summary Component

ImageList2Video

Uses either ImageMagick or avconv to convert a list of images in to a video file.

Make sure you have imagemagick (convert), mplayer and avconv installed.

Version 1.1
Bundle anima
Categories Image Transformation
Authors Ville Rantanen (ville.rantanen@helsinki.fi)
Issue tracker View/Report issues
Requires bash ; imagemagick (DEB) ; libav-tools (DEB) ; mplayer2 (DEB)
Source files component.xml list2video.sh
Usage Example with default values

Inputs

Name Type Mandatory Description
in ImageList Mandatory Input folder of images

Outputs

Name Type Description
out BinaryFolder Output video file in a folder

Parameters

Name Type Default Description
bitRate int 800 Bit rate for ffmp4/mp4 output. Expressed in kb/s.
crf int 22 Constant rate factor for x264 output. Affects video quality: bigger is worse quality.
fileName string "@instance@" Format the filename:
  • Format always appends the extension
  • @instance@ tag is replaced with the instance name.
format string "tif" Format of output.
  • tif: for multipage TIFF (stack) (uses ImageMagick)
  • gif: for animated GIF (uses ImageMagick)
  • ffmp4: for FF MPEG-4 (uses avconv). Note: Most compatible for non-standard input.
  • x264: for X.264 (uses avconv). Note: height and width must be divisible by 2, result always 24fps, source set by user.
  • mp4: for MPEG-4 (uses avconv). Note: height and width must be divisible by 2, result always 24fps, source set by user. This is probably the most supported format.
frameRate float 10 Frames-per-second frame rate of the input. (Not applicable for TIFF)
height int 0 Height of the output. 0 for no resize. If only either width or height is given, aspect ratio is kept.
width int 0 Width of the output (see height)

Generated 2019-02-08 07:42:07 by Anduril 2.0.0