FFmpeg 0.7.17
Since* 0.7
#

Provide a frei0r source.

To enable compilation of this filter you need to install the frei0r header and configure FFmpeg with –enable-frei0r.

The source supports the syntax:

size:rate:src_name[{=|:}param1:param2:...:paramN]

size is the size of the video to generate, may be a string of the form widthxheight or a frame size abbreviation. rate is the rate of the video to generate, may be a string of the form num/den or a frame rate abbreviation. src_name is the name to the frei0r source to load. For more information regarding frei0r and how to set the parameters read the section "frei0r" (frei0r) in the description of the video filters.

Some examples follow:

# generate a frei0r partik0l source with size 200x200 and framerate 10
# which is overlayed on the overlay filter main input
frei0r_src=200x200:10:partik0l=1234 [overlay]; [in][overlay] overlay