mirror of
https://github.com/stashapp/stash.git
synced 2026-01-27 18:46:06 +01:00
Merge pull request #135 from stashapp/partial-revert-117
partial reversion of PR #117
This commit is contained in:
commit
da82c1a066
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 + `"`,
|
||||
"-i", probeResult.Path, // TODO: Wrap in quotes?
|
||||
"-vframes", "1",
|
||||
"-q:v", fmt.Sprintf("%v", options.Quality),
|
||||
"-vf", fmt.Sprintf("scale=%v:-1", options.Width),
|
||||
|
|
|
|||
Loading…
Reference in a new issue