Remove useless option
This commit is contained in:
parent
8d77ef4bb9
commit
78149322ee
|
@ -30,7 +30,6 @@ export class FFmpegImage {
|
|||
const { path, destination, newSize } = options
|
||||
|
||||
this.commandWrapper.buildCommand(path)
|
||||
.fps(20)
|
||||
.size(`${newSize.width}x${newSize.height}`)
|
||||
.output(destination)
|
||||
|
||||
|
|
Loading…
Reference in New Issue