mirror of
https://github.com/stashapp/stash.git
synced 2025-12-28 11:13:33 +01:00
parent
8cc2766244
commit
1d4feab478
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ func (e *Encoder) Screenshot(probeResult VideoFile, options ScreenshotOptions) {
|
|||
"-v", options.Verbosity,
|
||||
"-ss", fmt.Sprintf("%v", options.Time),
|
||||
"-y",
|
||||
"-i", probeResult.Path, // TODO: Wrap in quotes?
|
||||
"-i", `"` + probeResult.Path + `"`,
|
||||
"-vframes", "1",
|
||||
"-q:v", fmt.Sprintf("%v", options.Quality),
|
||||
"-vf", fmt.Sprintf("scale=%v:-1", options.Width),
|
||||
|
|
|
|||
Loading…
Reference in a new issue