createFFmpegArgs
Create FFmpeg arguments from an object.
createFFmpegArgs(input, post?): Array<string>
Create FFmpeg arguments from an object.
Parameter | Type | Optional | Description |
---|---|---|---|
input | Record<string | ArgPrimitive | Array<ArgPrimitive>> | ❌ | The input object. |
post | string | Array<string> | ✅ | N/A |