This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

vup

0.0.5 • Public • Published

vup

Transcode a video and publish on site

Example

Create a Vupfile.js within the directory you want to transcode and publish a video.

module.exports = {
    dist:   './dist',
    scp:    {
        host:     'hostname.tld',
        user:     'username',
        key_file: '/Users/youruser/.ssh/id_rsa',
        path:     '/var/www/location/'
    },
    poster: {
        count: 1
    },
    video:  {
        size:       '320x200',
        videoCodec: 'libx264',
        audioCodec: 'libmp3lame'
    }
};

Readme

Keywords

Package Sidebar

Install

npm i vup

Weekly Downloads

0

Version

0.0.5

License

MIT

Last publish

Collaborators

  • eliias