This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@aikochan2k6/fluent-ffmpeg-multistream-ts
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

fluent-ffmpeg-multistream-ts

This is a fork of https://github.com/dank074/fluent-ffmpeg-multistream-ts

Installation

npm install @aikochan2k6/fluent-ffmpeg-multistream-ts

Usage

const ffmpeg = require('fluent-ffmpeg')
const { StreamInput, StreamOutput } = require('@aikochan2k6/fluent-ffmpeg-multistream-ts')

ffmpeg()
  .input(StreamInput(readableStream1).url)
  .input(StreamInput(readableStream2).url)
  .output(StreamOutput(writableStream1).url)
  .output(StreamOutput(writableStream2).url)

Readme

Keywords

none

Package Sidebar

Install

npm i @aikochan2k6/fluent-ffmpeg-multistream-ts

Weekly Downloads

41

Version

1.0.1

License

MIT

Unpacked Size

11.7 kB

Total Files

8

Last publish

Collaborators

  • elysia2k6