UNPKG

n8n-nodes-mediafx

Version:

N8N custom nodes for video editing and media processing

3 lines (2 loc) 321 B
import { IDataObject, IExecuteFunctions } from 'n8n-workflow'; export declare function executeMixAudio(this: IExecuteFunctions, videoPath: string, audioPath: string, videoVolume: number, audioVolume: number, matchLength: 'shortest' | 'longest' | 'first', advancedMixing: IDataObject, itemIndex: number): Promise<string>;