Files
DefinitelyTyped/types/fluent-ffmpeg/fluent-ffmpeg-tests.ts
T

6 lines
149 B
TypeScript

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