Welcome to the wiki talking about FFmpeg on Windows.

Brief of FFEncoder

FFEncoder provides audio/video formats transcoding: intput → decoding(decompression) → encoding(compression) → output.

FFEncoder can process one or more task. There is a task list inside FFEncoder. To add a task, it must be provide one input source and then set one output target. The task can accept more input and more output, which are mapping automatically or using the mapping parameter of output options. The mapping may be one-one, one-more, more-one or more-more. This feature is so complex and you may not need it normally.

Document of FFEncoder

Print/export