mirror of
https://github.com/stashapp/stash.git
synced 2026-03-30 10:01:21 +02:00
Merge a0eb1cab5c into fd480c5a3e
This commit is contained in:
commit
f520203aba
1 changed files with 1 additions and 1 deletions
|
|
@ -60,9 +60,9 @@ func ScreenshotTime(input string, t float64, options ScreenshotOptions) ffmpeg.A
|
|||
var args ffmpeg.Args
|
||||
args = args.LogLevel(options.Verbosity)
|
||||
args = args.Overwrite()
|
||||
args = args.Seek(t)
|
||||
|
||||
args = args.Input(input)
|
||||
args = args.Seek(t)
|
||||
args = args.VideoFrames(1)
|
||||
|
||||
if options.Quality > 0 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue