Files
DefinitelyTyped/types/fluent-ffmpeg/fluent-ffmpeg-tests.ts
2017-03-24 14:27:52 -07:00

6 lines
149 B
TypeScript

import ffmpeg = require("fluent-ffmpeg")
let source: string, format: string, output: string
ffmpeg({ source: source }).format(format).save(output)