Search
Loading...
Skip to content

Type Alias: AudioFromVideoOptions

type AudioFromVideoOptions = object;

Options for configuring audio extraction from video operations.

Properties#

PropertyTypeDefault valueDescription
keepTrimSettings?booleantrueIf true, the audio block will have the same duration, trim length, and trim offset as the source video. If false, the full audio track is extracted without trim settings.
muteOriginalVideo?booleantrueIf true, mutes the audio of the original video fill block.