1.0.3 • Published 7 years ago

mp4_converter v1.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

mp4_converter

A simple tool to convert video file to mp4

Requirement

Installing

 $ npm install -g mp4_converter

Usage

  $ mp4_converter -h

  Usage: mp4_converter [options]

  Options:

    -h, --help           output usage information
    -V, --version        output the version number
    -i, --input <path>   the path of the sorce video file
    -o, --output <path>  the path of the converted mp4

Sample

  $ mp4_converter -i ~/input.mov -o ~/output.mp4

License