mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
* https://github.com/sindresorhus/file-type * https://github.com/fluent-ffmpeg/node-fluent-ffmpeg * https://github.com/badunk/multer-s3 * fix tests * clear error with --noImplicitAny
8 lines
196 B
TypeScript
8 lines
196 B
TypeScript
/// <reference path="./fluent-ffmpeg.d.ts" />
|
|
|
|
import ffmpeg = require("fluent-ffmpeg")
|
|
|
|
let source: string, format: string, output: string
|
|
|
|
ffmpeg({ source: source }).format(format).save(output)
|