# Job Render with FFMEPG Action

With the help of the Job Render with FFMPEG Action it is possible to encode a file using FFMPEG. As it is the case for Adobe Media Encoder, FFMPEG needs to be installed on a supported OS.&#x20;

FFMPEG returns the progress of the encoding process to Helmut and this is displayed on the dashboard if the node is used as part of a workflow that creates a job object. This is always the case when the Helmut4 panel (auto import) is involved, a watch folder that is monitored by the server or when a web import is triggered.

The path to the FFMPEG executable needs to be set, file extension for the input and destination file need to be included. FFMPEG parameters can be set in the input and output . FFMPEG will not count up if the file is already available on the target path. To count up the file name, the File Increment Name Action should be used together with the FFMPEG node. The path for the output file can be accessed via the wildcard {stream.last\_result} in the next node in the stream or anywhere in the stream.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.helmut.de/helmut4-releases/v4.6.1/helmut4-components/streamdesigner/nodes/actions/job-action/job-render-with-ffmepg-action.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
