forked from lu-zero/avconv-node
-
Notifications
You must be signed in to change notification settings - Fork 0
morefromalan/avconv-node
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Node.js module to control avconv
Usage:
avconv.call(
[ ... ], // array of avconv flags
callback // function to call after avconv completed
);
avconv.webm(
input, // input source
callback // function to call after avconv completed
);
Requirements:
Libav avconv compiled with libvorbis, libtheora, x264, libvpx and
libvo_aacenc.
About
Node.js Module to wrap avconv
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published