mirror of
https://github.com/stashapp/stash.git
synced 2025-12-14 04:13:56 +01:00
Update encoder_scene_preview_chunk.go
Apply ffmeg max_uxing_queue_size option fix to avoid problems with some videos
This commit is contained in:
parent
30a2a2cf00
commit
b8f1cf9d53
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ func (e *Encoder) ScenePreviewVideoChunk(probeResult VideoFile, options ScenePre
|
|||
"-ss", strconv.Itoa(options.Time),
|
||||
"-t", "0.75",
|
||||
"-i", probeResult.Path,
|
||||
"-max_muxing_queue_size", "1024", // https://trac.ffmpeg.org/ticket/6375
|
||||
"-y",
|
||||
"-c:v", "libx264",
|
||||
"-pix_fmt", "yuv420p",
|
||||
|
|
|
|||
Loading…
Reference in a new issue