0.1.1 • Published 9 years ago

video-frame-extractor v0.1.1

Weekly downloads
3
License
BSD
Repository
github
Last release
9 years ago

Video Frame Extractor

This library extracts frames from a video file using ffmpeg and saves the file to disk.

Dependencies

  • Mediainfo
  • ffmpeg

Usage

The output path is the path and the filename where the image should be stored on disk

npm install --save video-frame-extractor

var videoFrameExtractor = require('video-frame-extractor');

videoFrameExtractor.extractFrame(sourceFilePath, time, frameNumber, outputPath);

Test

  • Add a video file to test/fixtures
  • Edit the test/index.js and set the time and frames you want
node test/index.js
0.1.1

9 years ago

0.1.0

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago