# Why Is My Video Taking a Long Time to Process?

After uploading a video, our system needs to process it to generate different versions optimized for playback across various devices and internet speeds. The time required depends on several factors.

***

### **Factors Affecting Video Processing Speed**

#### **Peak Traffic Times**

* During high-traffic hours, a large number of videos are being processed simultaneously, which may cause delays.
* Your video is placed in a queue and will be processed as soon as possible.

#### **Video File Size & Resolution**

* Larger files (e.g., 1GB+) and higher resolutions (e.g., 4K) take longer to process than smaller or lower-quality videos.


---

# 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://helpdesk.ldtsoft.work/ldt-online-course/faq/why-is-my-video-taking-a-long-time-to-process.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.
