mirror of
https://github.com/stashapp/stash.git
synced 2025-12-30 12:14:50 +01:00
Revert preview generation change
This commit is contained in:
parent
4829b4b214
commit
41c6d9e681
1 changed files with 1 additions and 1 deletions
|
|
@ -16,8 +16,8 @@ type ScenePreviewChunkOptions struct {
|
|||
func (e *Encoder) ScenePreviewVideoChunk(probeResult VideoFile, options ScenePreviewChunkOptions) {
|
||||
args := []string{
|
||||
"-v", "error",
|
||||
"-i", probeResult.Path,
|
||||
"-ss", strconv.Itoa(options.Time),
|
||||
"-i", probeResult.Path,
|
||||
"-t", "0.75",
|
||||
"-max_muxing_queue_size", "1024", // https://trac.ffmpeg.org/ticket/6375
|
||||
"-y",
|
||||
|
|
|
|||
Loading…
Reference in a new issue