Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions schemas/captionasset.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
CaptionAsset:
deprecated: true
description: |
**Notice: The CaptionAsset is deprecated, use the [RichCaptionAsset](#tocs_richcaptionasset) instead.**

The CaptionAsset is used to add captions (subtitles) to a video. It uses a supplied SRT or VTT file which will
be read and burnt to the video.

Expand Down
2 changes: 2 additions & 0 deletions schemas/responses/renderresponsedata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<li>`fetching` - assets are being fetched</li>
<li>`preprocessing` - video assets are being processed for compatibility</li>
<li>`rendering` - the asset is being rendered</li>
<li>`generating` - AI/media generation is in progress</li>
<li>`saving` - the final asset is being saved to storage</li>
<li>`done` - the asset is ready to be downloaded</li>
<li>`failed` - there was an error rendering the asset</li>
Expand All @@ -31,6 +32,7 @@
- fetching
- preprocessing
- rendering
- generating
- saving
- done
- failed
Expand Down
Loading