Remove useless option

This commit is contained in:
Chocobozzz 2024-09-10 14:11:04 +02:00
parent 8d77ef4bb9
commit 78149322ee
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 0 additions and 1 deletions

View File

@ -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)