Skip to content

lu-zero/avconv-node

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

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

 
 
 

Languages

  • JavaScript 100.0%