Skip to content

Commit 350f1bb

Browse files
committed
add section
1 parent 27ba994 commit 350f1bb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/ai-services/openai/concepts/video-generation.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ Sora is an AI model from OpenAI that can create realistic and imaginative video
1717

1818
Sora can generate complex scenes with multiple characters, diverse motions, and detailed backgrounds. The model interprets prompts with contextual and physical world understanding, enabling accurate scene composition and character persistence across multiple shots. Sora demonstrates strong language comprehension for prompt interpretation and emotional character generation.
1919

20+
## How it works
21+
22+
Video generation is an asynchronous process. You create a job request with your text prompt and video format specifications, and the model processes the request in the background. You can check the status of the video generation job and, once it has finished, retrieve the generated video via a download URL.
23+
2024
## Best practices for prompts
2125

2226
Users should write text prompts in English or Latin script languages for the best video generation performance.
@@ -35,7 +39,7 @@ Sora supports the following output resolution dimensions:
3539

3640
Sora supports the following video durations: 5, 10, 15, and 20 seconds.
3741

38-
You can request multiple video variants in a single job: for 1080p resolutions, is feature is disabled; for 720p, the maximum is two variants; for other resolutions, the maximum is four variants.
42+
You can request multiple video variants in a single job: for 1080p resolutions, this feature is disabled; for 720p, the maximum is two variants; for other resolutions, the maximum is four variants.
3943

4044
A user can have two video creation jobs running at the same time. In that situation, you must wait for one of the jobs to finish before you can create another.
4145

0 commit comments

Comments
 (0)