OutputVideoFile

Module transcodes ikaros output to a mp4 file using the h264 codec.

Example XML definition

A simple example

  <module
      class = "OutputVideoFile"
      name = "OutputVideoFile"
      filename = "movie.mp4"
  />

Parameters

NameDescriptionTypeDefault
classThe class name for the module; must be "OutputVideoFile".string
nameThe name of this instance of the module.string
filenameVideo filename. Must end with .mp4string
qualitySetting encoder qualitychoices:
verylow
low
normal
high
normal
frame_rateFrame rateint25

Module Connections

Inputs

NameDescription
INTENSITYThe gray level image data to be written to the file
REDThe red channel image data to be written to the file
GREENThe green channel image data to be written to the file
BLUEThe blue channel image data to be written to the file

Author

Birger Johansson
m@birgerjohansson.com
Lund University Cognitive Science

Files

OutputVideoFile.h
OutputVideoFile.cc
OutputVideoFile.ikc

blog comments powered by Disqus