mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-21 21:31:12 +08:00
6 lines
149 B
TypeScript
6 lines
149 B
TypeScript
import ffmpeg = require("fluent-ffmpeg")
|
|
|
|
let source: string, format: string, output: string
|
|
|
|
ffmpeg({ source: source }).format(format).save(output)
|