mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00: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)
|