0.0.4 • Published 6 years ago

nmmes-module-sample v0.0.4

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

NMMES-module-sample

A module for nmmes-backend that creates a sample video of the output.

Features

  • Create sample of the output video.

Installation

NPM

See https://github.com/NMMES/nmmes-cli/wiki/Modules for additional instructions.

Options

The --video option create a sample of the finished encode.

Type: Boolean Default: true


The --length option sets the duration of the sample created.

Type: Number Default: 30000


The --seek option defines the milliseconds/percent to start preview at. Middle will take a preview of the middle of the video.

Type: String Default: middle Example: 50% Example: 200000


The --suffix option defines the sample output file suffix.

Type: String Default: -sample


The --screenshots option defines the number of screenshots of the finished encode. Set to 0 to disable.

Type: Number Default: 0


The --screenshot-format option sets the format of the output screenshots. Use --help to see possible formats.

Type: String Default: jpeg