mirror of
https://github.com/stashapp/stash.git
synced 2026-01-10 18:00:27 +01:00
Merge pull request #64 from rudi123github/master
Update encoder_scene_preview_chunk.go
This commit is contained in:
commit
b8e1fcee2c
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