> For the complete documentation index, see [llms.txt](https://docs.helmut.de/helmut4-releases/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.helmut.de/helmut4-releases/v4.6.0/helmut4-components/streamdesigner/nodes/conditions/media-info/media-length-condition.md).

# Media Length Condition

With the help of the Media Length Condition it is possible to use the length of a video file as a condition for further actions. Helmut 4 uses Media Info for this, which is automatically installed when the client is installed. It is possible to define the length in seconds in the form of an integer. A possible workflow would be, for example, for each file that exceeds a defined length, to outsource the associated copying or rendering process to a separate machine.

The Media Length Condition can theoretically be queried in every stream, as it is not linked to the project object or the user object, but it mostly makes sense if there is a job object in the stream. The job object is available if it is a HelmutIO stream.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.0/helmut4-components/streamdesigner/nodes/conditions/media-info/media-length-condition.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.
