You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/openai/concepts/video-generation.md
+14-11Lines changed: 14 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,33 +19,36 @@ Sora can generate complex scenes with multiple characters, diverse motions, and
19
19
20
20
21
21
22
-
## Best practices for prompts
23
22
24
-
Users should write text prompts in English or Latin script languages for the best video generation performance.
25
23
24
+
## Best practices for prompts
26
25
26
+
Users should write text prompts in English or Latin script languages for the best video generation performance.
27
27
28
-
## Responsible AI
29
28
30
-
Sora has a robust safety stack including a moderation stack with prompt rewrites, content filtering, abuse monitoring, sensitive content blocking, and safety classifiers.
31
29
32
-
Sora does not generate scenes with acts of violence but can demonstrate realistic war-like footage
33
30
34
-
Commonly filtered names such as Emma Watson, Obama, Biden, etc. are not filtered.
35
31
36
32
## Limitations
37
33
38
34
### Content quality limitations
39
35
40
-
Sora may have difficulty with complex physics, causal relationships (for example, bite marks on a cookie), spatial reasoning (for example, knowing left vs. right), and precise time-base event sequencing such as camera movement.
36
+
Sora may have difficulty with complex physics, causal relationships (for example, bite marks on a cookie), spatial reasoning (for example, knowing left from right), and precise time-based event sequencing such as camera movement.
41
37
42
38
### Technical limitations
43
39
44
-
Sora supports the following output resolution dimensions: 480x480, 480x854, 720x720, 720x1280, 1080x1080, 1920x1080.
40
+
Sora supports the following output resolution dimensions:
Sora supports the following video durations: 5, 10, 15, and 20 seconds. The maximum duration for 1080x videos is 10 seconds.
43
+
Sora supports the following video durations: 5, 10, 15, and 20 seconds.
44
+
45
+
Multiple video variants can be requested in the same job: for 1080p resolutions, is feature is disabled; for 720p, the maximum is two variants; for other resolutions, the maximum is four variants.
46
+
47
+
A user can create two video creation jobs at a time. Then you must wait for one of the jobs to finish before you create another.
48
+
49
+
## Responsible AI
47
50
51
+
Sora has a robust safety stack including content filtering, abuse monitoring, sensitive content blocking, and safety classifiers.
48
52
49
-
Max variants on 1080p =1; 720 =2; otherwise 4
53
+
Sora does not generate scenes with acts of violence but can generate adjacent content, such as realistic war-like footage.
0 commit comments