-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor input information and add docs about mp4s (#393)
Co-authored-by: Wojciech Kozyra <[email protected]>
- Loading branch information
1 parent
e297993
commit 635622a
Showing
4 changed files
with
30 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
import Docs from "@site/pages/api/generated/renderer-Mp4.md" | ||
|
||
# MP4 | ||
An input type that allows the compositor to read static MP4 files. | ||
|
||
Mp4 files can contain video and audio tracks encoded with various codecs. | ||
This input type supports mp4 video tracks encoded with h264 and audio tracks encoded with AAC. | ||
|
||
If the file contains multiple video or audio tracks, the first audio track and the first video track will be used and the other ones will be ignored. | ||
|
||
<Docs /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
import Docs from "@site/pages/api/generated/renderer-RtpInputStream.md" | ||
|
||
# RTP | ||
An input type that allows streaming video and audio to the compositor over RTP. | ||
|
||
<Docs /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters