This commit is contained in:
(Moai Emoji) 2026-03-24 13:23:45 -05:00 committed by GitHub
commit f520203aba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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