We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 22b8160 + 9129d86 commit 93db613Copy full SHA for 93db613
src/index.d.ts
@@ -26,6 +26,8 @@ export interface CreateFFmpegOptions {
26
logger?: LogCallback;
27
/** a function to trace the progress, a quick example is p => console.log(p) */
28
progress?: ProgressCallback;
29
+ /** name of the main function of the ffmpeg-core.js script */
30
+ mainName?: string;
31
}
32
33
export interface FFmpeg {
0 commit comments