> For the complete documentation index, see [llms.txt](https://docs.aikynetix.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aikynetix.app/de/aikynetix-support/best-practices-for-recording-videos.md).

# Best Practices für die Aufnahme von Videos

#### Allgemeine Empfehlungen

* **Hohe Auflösung & Bildrate:**\
  Nehmen Sie Videos in mindestens 1080p-Auflösung auf. Für dynamische Bewegungen streben Sie eine Bildrate von 30–60 fps an, um flüssige Bewegungen und feinere Details einzufangen.
* **Stabile Einrichtung:**\
  Verwenden Sie ein Stativ oder eine stabile Halterung, um Kamerawackeln zu vermeiden. Ein konsistenter Bildausschnitt stellt sicher, dass wichtige Bewegungen während der gesamten Aufnahme sichtbar bleiben.
* **Konsistente Beleuchtung:**\
  Nehmen Sie bei gut beleuchteten Bedingungen mit minimalen Schatten auf. Natürliches Tageslicht oder gleichmäßige künstliche Beleuchtung hilft, Klarheit zu bewahren und Rauschen sowie Bewegungsunschärfe zu reduzieren.
* **Geeignetes Videoformat:**\
  Verwenden Sie Standardformate (z. B. MP4), die mit unserer API kompatibel sind. Stellen Sie sicher, dass Ihre Dateien nicht übermäßig komprimiert sind, um Details zu erhalten.
* **Klarer Hintergrund:**\
  Wählen Sie einen einfachen, aufgeräumten Hintergrund, um Ablenkungen zu minimieren. Dies ermöglicht den Verarbeitungsalgorithmen, sich auf die Bewegungen des Subjekts zu konzentrieren.
* **Passende Kleidung & Schuhe:**\
  Tragen Sie eng anliegende Sportkleidung und geeignete Schuhe, um Körperbewegungen klar abzugrenzen. Vermeiden Sie weite Kleidung, die Gelenkwinkel und Haltung verdecken könnte.

#### Spezifische Richtlinien nach Aktivität

<table data-view="cards"><thead><tr><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Laufen</strong></td><td><a href="/files/qXbxgUYYutAjsZg0EmEU">/files/qXbxgUYYutAjsZg0EmEU</a></td><td><a href="/pages/kilZ6tl6zlFzXUHMW1vy">/pages/kilZ6tl6zlFzXUHMW1vy</a></td></tr><tr><td><strong>Springen</strong></td><td><a href="/files/rc4KTLDZbV0l8ki5COLw">/files/rc4KTLDZbV0l8ki5COLw</a></td><td><a href="/pages/sqGbK4aj15Dfka5xiYA6">/pages/sqGbK4aj15Dfka5xiYA6</a></td></tr><tr><td><strong>Gewichtheben</strong></td><td><a href="/files/wzZIzBG34oar241tb7j4">/files/wzZIzBG34oar241tb7j4</a></td><td><a href="/pages/RVyOZThEXsl2KEHaWTI7">/pages/RVyOZThEXsl2KEHaWTI7</a></td></tr></tbody></table>


---

# 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.aikynetix.app/de/aikynetix-support/best-practices-for-recording-videos.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.
