Skip to content

juandav/ffmpeg.structure.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ffmpeg.io.js

A quick way to create a tree structure ffmpeg

Install

npm install --save ffmpeg.structure.io

Usage

var iofs = require('ffmpeg.structure.io')

Create Structure

 var formats = [{
      input: 'test.mp4',
      format: '640x360',
      quality: '360p',
      bandwith: ''
    },{
      input: 'test.mp4',
      format: '848x480',
      quality: '480p',
      bandwith: ''
    }];

iofs.createFileHlsForQuality(formats, function(data){
  //data is true or false
  console.log(data);
});

About

A quick way to create a tree structure ffmpeg

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published