> For the complete documentation index, see [llms.txt](https://docs.freeflysystems.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.freeflysystems.com/ecosystem/workflows/filming.md).

# Filming

The LR1 payload is primarily designed for photography but can shoot high-quality video with the right settings.

## Payload Options

### LR1 Payload

The LR1 Payload can shoot up to 4K 60fps in 8-bit or 10-bit with normal and S-Log profiles.

{% hint style="info" %}
A V90 Class SD card is needed for some recording modes. The included V60 card supports 4K30 8-bit.
{% endhint %}

Recommended lenses for video: Sigma 24mm, Sony 35mm, Sony 50mm

{% content-ref url="/pages/Z7EzLrIUO1SweqRPscN4" %}
[Workflows - Mapping, Inspection, Video, Photography](/ecosystem/payloads/lr1-payload/mapping-inspection-video-workflow.md)
{% endcontent-ref %}

### A7R4 Payload

The A7R4 Payload can record video to its internal SD card (requires UHS-II card for full quality).

{% hint style="warning" %}
Astro Max generally does not produce good video with the A7R4 Payload due to increased vibrations.
{% endhint %}

{% content-ref url="/pages/9FfLMmlquRZ35veTJD6W" %}
[Mapping/Inspection/Video Workflow](/ecosystem/payloads/a7r4-payload/mapping-inspection-video-workflow.md)
{% endcontent-ref %}

## Smooth Gimbal Control

For cinematic shots, use **Position Slow Mode** which provides adjustable rates, expo, and smoothing for precise gimbal control.

{% content-ref url="/pages/QgvDQi0sAfwyryFxa6X4" %}
[Rate Controls](/ecosystem/controller/pilot-pro/operating-handbook/rate-controls.md)
{% endcontent-ref %}


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.freeflysystems.com/ecosystem/workflows/filming.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
