Revert "Create thumbnail from end of segment. Closes #14"
This reverts commit 266fe51028
.
This commit is contained in:
parent
081024569e
commit
4344ab6b00
@ -75,7 +75,7 @@ func fireThumbnailGenerator(chunkPath string, variantIndex int) error {
|
||||
config.Config.FFMpegPath,
|
||||
"-y", // Overwrite file
|
||||
"-threads 1", // Low priority processing
|
||||
"-sseof -0:0:1", // Pull from the end of the segment
|
||||
"-t 1", // Pull from frame 1
|
||||
"-i", mostRecentFile, // Input
|
||||
"-f image2", // format
|
||||
"-vframes 1", // Single frame
|
||||
|
Loading…
Reference in New Issue
Block a user