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 |
Name | Type | Mandatory | Description |
---|---|---|---|
in | ImageList | Mandatory | Input folder of images |
Name | Type | Description |
---|---|---|
out | BinaryFolder | Output video file in a folder |
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 | string | "tif" | Format of output.
|
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) |