Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,15 @@ Params:
, keep_aspect_ratio : true // Mantain the original aspect ratio
, padding_color : 'black' // Padding color
, file_name : null // File name
, qscale : null // Quality scale of the video frame.
}
```
> new parameter added for quality of the frames: __qscale__

> qscale can be set between 1-31 *(lower is better)*

> qscale : 1 //better quality framing.

* __callback__: *(optional)* If specified at the end of the process will be returned list of paths of frames created:
> function (error, files)

Expand Down
Loading