AVIWriter on Ubuntu

I would like to use the VTKAVIWriter.h on Ubuntu but do unfortunately not know how to do that.

I indeed find the header in the source files but its not among the installed files after compilation. I looked for compile options to enable the AVIWriter with cmake, but no options seems directly related to me.

Does somebody have an idea how to enable the AVIWriter on Linux?

That filter needs FFMPEG support to be enabled. You’ll have to recompile VTK with FFMPEG support to get it.