-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4687 from remotion-dev/ai-jsdoc
- Loading branch information
Showing
321 changed files
with
5,568 additions
and
3,840 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,4 @@ | ||
/** | ||
* @description A helper component which renders an absolutely positioned <div> element with full width, height, and flex display suited for content layering. | ||
* @see [Documentation](https://remotion.dev/docs/absolute-fill) | ||
*/ |
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,4 @@ | ||
/** | ||
* @description By rendering an `<Artifact>` tag in your Remotion markup, an extra file will get emitted during rendering. | ||
* @see [Documentation](https://remotion.dev/docs/artifact) | ||
*/ |
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,4 @@ | ||
/** | ||
* @description With this component, you can add audio to your video. All audio formats which are supported by Chromium are supported by the component. | ||
* @see [Documentation](https://remotion.dev/docs/audio) | ||
*/ |
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,4 @@ | ||
/** | ||
* @description Takes an AudioBuffer instance and converts it to a Base 64 Data URL so it can be passed to an <Audio /> tag. | ||
* @see [Documentation](https://remotion.dev/docs/audio-buffer-to-data-url) | ||
*/ |
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,4 @@ | ||
/** | ||
* @description Bundles a Remotion project using Webpack and prepares it for rendering. | ||
* @see [Documentation](https://remotion.dev/docs/bundle) | ||
*/ |
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,4 @@ | ||
/** | ||
* @description Determines if an audio track can be copied to the output without re-encoding, based on the input and output media formats. | ||
* @see [Documentation](https://www.remotion.dev/docs/webcodecs/can-copy-audio-track) | ||
*/ |
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,4 @@ | ||
/** | ||
* @description Given a VideoTrack, determine if it can be copied to the output without re-encoding. | ||
* @see [Documentation](https://www.remotion.dev/docs/webcodecs/can-copy-video-track) | ||
*/ |
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,4 @@ | ||
/** | ||
* @description Given an `AudioTrack`, determine if it can be re-encoded to another track. | ||
* @see [Documentation](https://www.remotion.dev/docs/webcodecs/can-reencode-audio-track) | ||
*/ |
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,4 @@ | ||
/** | ||
* @description Determines if a given video track can be re-encoded to another codec. | ||
* @see [Documentation](https://www.remotion.dev/docs/webcodecs/can-reencode-video-track) | ||
*/ |
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,4 @@ | ||
/** | ||
* @description When you invoke this function, Remotion will stop rendering all the frames without any retries. | ||
* @see [Documentation](https://remotion.dev/docs/cancel-render) | ||
*/ |
4 changes: 4 additions & 0 deletions
4
packages/ai-improvements/.jsdoc/captions/create-tiktok-style-captions
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,4 @@ | ||
/** | ||
* @description Using this function, you can segment tokens to create "pages" of captions, as commonly seen on TikTok videos. | ||
* @see [Documentation](https://remotion.dev/docs/captions/create-tiktok-style-captions) | ||
*/ |
4 changes: 4 additions & 0 deletions
4
packages/ai-improvements/.jsdoc/captions/ensure-max-characters-per-line
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,4 @@ | ||
/** | ||
* @description Splits and rearranges captions into segments ensuring none exceed the maximum characters per line. | ||
* @see [Documentation](https://remotion.dev/docs/captions/ensure-max-characters-per-line) | ||
*/ |
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,4 @@ | ||
/** | ||
* @description Parses the contents of a SubRip file (.srt) and returns an array of Caption items. | ||
* @see [Documentation](https://remotion.dev/docs/captions/parse-srt) | ||
*/ |
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,4 @@ | ||
/** | ||
* @description Converts a two-dimensional array of Caption items into a string in the SubRip format (`.srt`). | ||
* @see [Documentation](https://remotion.dev/docs/captions/serialize-srt) | ||
*/ |
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,4 @@ | ||
/** | ||
* @description This component is used to register a video to make it renderable and make it show in the sidebar, in dev mode. | ||
* @see [Documentation](https://remotion.dev/docs/composition) | ||
*/ |
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,4 @@ | ||
/** | ||
* @description Unblock a render that has been blocked by delayRender(). | ||
* @see [Documentation](https://remotion.dev/docs/continue-render) | ||
*/ |
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,4 @@ | ||
/** | ||
* @description Re-encodes a video using WebCodecs and @remotion/media-parser. | ||
* @see [Documentation](https://www.remotion.dev/docs/webcodecs/convert-media) | ||
*/ |
4 changes: 4 additions & 0 deletions
4
packages/ai-improvements/.jsdoc/default-on-audio-track-handler
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,4 @@ | ||
/** | ||
* @description This is the default function if no onAudioTrack handler is provided to convertMedia(). You may use this function if you want to customize part of the track transformation logic, but fall back to the default behavior for the rest. | ||
* @see [Documentation](https://www.remotion.dev/docs/webcodecs/default-on-audio-track-handler) | ||
*/ |
4 changes: 4 additions & 0 deletions
4
packages/ai-improvements/.jsdoc/default-on-video-track-handler
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,4 @@ | ||
/** | ||
* @description This is the default function if no `onVideoTrack` handler is provided to `convertMedia()`. You may use this function if you want to customize part of the track transformation logic, but fall back to the default behavior for the rest. | ||
* @see [Documentation](https://www.remotion.dev/docs/webcodecs/default-on-video-track-handler) | ||
*/ |
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,4 @@ | ||
/** | ||
* @description Call this function to signal that a frame should not be rendered until an asynchronous task (such as data fetching) is complete. Use continueRender(handle) to proceed with rendering once the task is complete. | ||
* @see [Documentation](https://remotion.dev/docs/delay-render) | ||
*/ |
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,4 @@ | ||
/** | ||
* @description Deletes a deployed Lambda function based on its name. | ||
* @see [Documentation](https://remotion.dev/docs/lambda/deletefunction) | ||
*/ |
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,4 @@ | ||
/** | ||
* @description Deletes a rendered video, audio or still and its associated metadata. | ||
* @see [Documentation](https://remotion.dev/docs/lambda/deleterender) | ||
*/ |
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,4 @@ | ||
/** | ||
* @description Deletes a deployed Cloud Run service based on its name. | ||
* @see [Documentation](https://remotion.dev/docs/cloudrun/deleteservice) | ||
*/ |
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,4 @@ | ||
/** | ||
* @description Removes a Remotion project from your Cloud Storage bucket. | ||
* @see [Documentation](https://remotion.dev/docs/cloudrun/deletesite) | ||
*/ |
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,4 @@ | ||
/** | ||
* @description Creates an AWS Lambda function in your account that will be able to render a video in the cloud. | ||
* @see [Documentation](https://remotion.dev/docs/lambda/deployfunction) | ||
*/ |
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,4 @@ | ||
/** | ||
* @description Creates a Cloud Run service in your project that will be able to render a video in GCP. | ||
* @see [Documentation](https://remotion.dev/docs/cloudrun/deployservice) | ||
*/ |
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,4 @@ | ||
/** | ||
* @description Deploys a Remotion project to a GCP storage bucket to prepare it for rendering on Cloud Run. | ||
* @see [Documentation](https://remotion.dev/docs/cloudrun/deploysite) | ||
*/ |
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,4 @@ | ||
/** | ||
* @description Downloads a rendered video, audio or still to the disk of the machine this API is called from. | ||
* @see [Documentation](https://remotion.dev/docs/lambda/downloadmedia) | ||
*/ |
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,4 @@ | ||
/** | ||
* @description The Easing module implements common easing functions. You can use it with the interpolate() API. | ||
* @see [Documentation](https://remotion.dev/docs/easing) | ||
*/ |
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,4 @@ | ||
/** | ||
* @description A function that modifies the default Webpack configuration to make the necessary changes to support SASS/SCSS. | ||
* @see [Documentation](https://remotion.dev/docs/enable-scss/enable-scss) | ||
*/ |
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,4 @@ | ||
/** | ||
* @description Ensures a browser is locally installed so a Remotion render can be executed. | ||
* @see [Documentation](https://www.remotion.dev/docs/renderer/ensure-browser) | ||
*/ |
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,4 @@ | ||
/** | ||
* @description Calculates the AWS costs incurred for AWS Lambda given the region, execution duration and memory size. | ||
* @see [Documentation](https://remotion.dev/docs/lambda/estimateprice) | ||
*/ |
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,4 @@ | ||
/** | ||
* @description Extracts the audio from a video source and saves it to the specified output path. It does not convert the audio to a different format. | ||
* @see [Documentation](https://www.remotion.dev/docs/renderer/extract-audio) | ||
*/ |
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,4 @@ | ||
/** | ||
* @description By wrapping a <Composition /> inside a <Folder />, you can visually categorize it in your sidebar, should you have many compositions. | ||
* @see [Documentation](https://remotion.dev/docs/folder) | ||
*/ |
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,4 @@ | ||
/** | ||
* @description Load a local font for use in Remotion, automatically blocking the render until the font is ready. | ||
* @see [Documentation](https://remotion.dev/docs/fonts-api/load-font) | ||
*/ |
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,4 @@ | ||
/** | ||
* @description Freezes its children at the specified frame when rendering videos. | ||
* @see [Documentation](https://remotion.dev/docs/freeze) | ||
*/ |
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,4 @@ | ||
/** | ||
* @description Takes an audio src, loads it and returns data and metadata for the specified source. | ||
* @see [Documentation](https://remotion.dev/docs/get-audio-data) | ||
*/ |
4 changes: 4 additions & 0 deletions
4
packages/ai-improvements/.jsdoc/get-audio-duration-in-seconds
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,4 @@ | ||
/** | ||
* @description Gets the duration in seconds of an audio source by creating an invisible `<audio>` tag, loading the audio, and returning the duration. | ||
* @see [Documentation](https://remotion.dev/docs/get-audio-duration-in-seconds) | ||
*/ |
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,4 @@ | ||
/** | ||
* @description Given a container, get a list of audio codecs that the container can hold. | ||
* @see [Documentation](https://www.remotion.dev/docs/webcodecs/get-available-audio-codecs) | ||
*/ |
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,4 @@ | ||
/** | ||
* @description Returns an array of available containers that can be used with the `convertMedia` function. | ||
* @see [Documentation](https://www.remotion.dev/docs/webcodecs/get-available-containers) | ||
*/ |
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,4 @@ | ||
/** | ||
* @description Given a container, get a list of video codecs that the container can hold. | ||
* @see [Documentation](https://remotion.dev/docs/webcodecs/get-available-video-codecs) | ||
*/ |
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,4 @@ | ||
/** | ||
* @description Gets a list of compositions defined in a Remotion project based on a Remotion Bundle by evaluating the Remotion Root. | ||
* @see [Documentation](https://www.remotion.dev/docs/renderer/get-compositions) | ||
*/ |
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,4 @@ | ||
/** | ||
* @description Gets the default audio codec for a container that `@remotion/webcodecs` uses if no other audio codec was specified. | ||
* @see [Documentation](https://remotion.dev/docs/webcodecs/get-default-audio-codec) | ||
*/ |
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,4 @@ | ||
/** | ||
* @description Gets the default video codec for a container that `@remotion/webcodecs` uses if no other audio codec was specified. | ||
* @see [Documentation](https://remotion.dev/docs/webcodecs/get-default-video-codec) | ||
*/ |
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,4 @@ | ||
/** | ||
* @description Gets the duration in seconds of a GIF. | ||
* @see [Documentation](https://remotion.dev/docs/gif/get-gif-duration-in-seconds) | ||
*/ |
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,4 @@ | ||
/** | ||
* @description Takes an image src, retrieves the dimensions of an image. | ||
* @see [Documentation](https://remotion.dev/docs/get-image-dimensions) | ||
*/ |
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,4 @@ | ||
/** | ||
* @description Retrieves input properties passed from the command line or specified via the Node.JS API, useful when props are needed outside of a composition context. | ||
* @see [Documentation](https://remotion.dev/docs/get-input-props) | ||
*/ |
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,4 @@ | ||
/** | ||
* @description Provides information about the Remotion Environment | ||
* @see [Documentation](https://remotion.dev/docs/get-remotion-environment) | ||
*/ |
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,4 @@ | ||
/** | ||
* @description Gets the silent parts of a video or audio in Node.js. Useful for cutting out silence from a video. | ||
* @see [Documentation](https://www.remotion.dev/docs/renderer/get-silent-parts) | ||
*/ |
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,4 @@ | ||
/** | ||
* @description Takes a src to a video, loads it and returns metadata for the specified source. | ||
* @see [Documentation](https://remotion.dev/docs/get-video-metadata) | ||
*/ |
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,4 @@ | ||
/** | ||
* @description Takes bulky waveform data (for example fetched by getAudioData()) and returns a trimmed and simplified version of it, for simpler visualization | ||
* @see [Documentation](https://remotion.dev/docs/get-waveform-portion) | ||
*/ |
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,4 @@ | ||
/** | ||
* @description Exposes full access to the AWS SDK used by Remotion, allowing interaction with AWS infrastructure beyond provided functionalities. | ||
* @see [Documentation](https://remotion.dev/docs/lambda/getawsclient) | ||
*/ |
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,4 @@ | ||
/** | ||
* @description Gets the compositions inside a Lambda function. | ||
* @see [Documentation](https://remotion.dev/docs/lambda/getcompositionsonlambda) | ||
*/ |
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,4 @@ | ||
/** | ||
* @description Gets information about a function given its name and region. | ||
* @see [Documentation](https://remotion.dev/docs/lambda/getfunctioninfo) | ||
*/ |
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,4 @@ | ||
/** | ||
* @description Retrieves a list of functions that Remotion deployed to AWS Lambda in a certain region. | ||
* @see [Documentation](https://remotion.dev/docs/lambda/getfunctions) | ||
*/ |
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,4 @@ | ||
/** | ||
* @description Creates a Cloud Storage bucket for Remotion Cloud Run in your GCP project. If one already exists, it will get returned instead. | ||
* @see [Documentation](https://remotion.dev/docs/cloudrun/getorcreatebucket) | ||
*/ |
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,4 @@ | ||
/** | ||
* @description Gets an array of all supported GCP regions of this release of Remotion Cloud Run. | ||
* @see [Documentation](https://remotion.dev/docs/cloudrun/getregions) | ||
*/ |
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,4 @@ | ||
/** | ||
* @description Gets the current status of a render originally triggered via renderMediaOnLambda(). | ||
* @see [Documentation](https://remotion.dev/docs/lambda/getrenderprogress) | ||
*/ |
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,4 @@ | ||
/** | ||
* @description Returns an inline JSON policy to be assigned to the 'remotion-lambda-role' role that needs to be created in your AWS account. | ||
* @see [Documentation](https://remotion.dev/docs/lambda/getrolepolicy) | ||
*/ |
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,4 @@ | ||
/** | ||
* @description Retrieves detailed information about a specific Cloud Run service using the service name and region. | ||
* @see [Documentation](https://remotion.dev/docs/cloudrun/getserviceinfo) | ||
*/ |
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,4 @@ | ||
/** | ||
* @description Lists Remotion Cloud Run render services deployed to GCP Cloud Run. | ||
* @see [Documentation](https://remotion.dev/docs/cloudrun/getservices) | ||
*/ |
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,4 @@ | ||
/** | ||
* @description Gets an array of Remotion projects in Cloud Storage, in your GCP project. | ||
* @see [Documentation](https://remotion.dev/docs/cloudrun/getsites) | ||
*/ |
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,4 @@ | ||
/** | ||
* @description Gets an array containing all files in the `public/` folder. You can reference them by using `staticFile()`. | ||
* @see [Documentation](https://remotion.dev/docs/getstaticfiles) | ||
*/ |
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,4 @@ | ||
/** | ||
* @description Returns an inline JSON policy to be assigned to the AWS user whose credentials are being used for executing CLI commands or calling Node.JS functions. | ||
* @see [Documentation](https://remotion.dev/docs/lambda/getuserpolicy) | ||
*/ |
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,4 @@ | ||
/** | ||
* @description Displays a GIF that synchronizes with Remotions useCurrentFrame(). | ||
* @see [Documentation](https://remotion.dev/docs/gif) | ||
*/ |
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,4 @@ | ||
/** | ||
* @description The <IFrame /> can be used like a regular <iframe> HTML tag. | ||
* @see [Documentation](https://remotion.dev/docs/iframe) | ||
*/ |
Oops, something went wrong.