> For the complete documentation index, see [llms.txt](https://academy.balltime.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.balltime.com/getting-started/troubleshoot-upload-processing-video-page.md).

# Troubleshoot Upload/Processing Video Page

Please try to include screenshots, screen recordings, and video links to help us better understand what you're experiencing on your end.\
\
\**Please note that our AI performs best with unedited footage in 1080p resolution at 30 or 60 FPS.\**\
\
**Upload Error**

Can you please detail the following to help us understand the root cause of the issue:

On the network side:

* What device are you using for the uploads? (mobile vs. desktop)
* If Mobile, can you detail the make and model of the phone?
* If Desktop, can you detail the browser (chrome vs. safari etc etc)
* Are you uploading on Wifi or cell service?
* If Wifi, is it a home network? What speed do you typically observe?

On the video recording side:

* What is the resolution and frame rate of your video?

**Processing Error**\
\
There might be videos that cannot be processed by the AI, this happens after the upload is done, and you should have received an email update about it.\
\
If so, please forward us the email you received regarding the processing error, ensuring that it includes the Video ID located at the bottom of the email. Additionally, check your video for any changes in quality or issues around the timestamp mentioned in the email. Also, please share the following answers to the questions below:

* Which device did you use for recording?
* Did you use any video editing software post recording?
* Was this video live streamed?<br>

{% content-ref url="/pages/SMPI4cyrNHhJVstkj3iu" %}
[Optimize Your Recordings](/record-and-upload-your-videos/optimize-your-recordings.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://academy.balltime.com/getting-started/troubleshoot-upload-processing-video-page.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.
