Skip to content

Commit

Permalink
Increase thumbnail resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
mjh1 committed Nov 9, 2023
1 parent 74ee792 commit 2094188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/uploader.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ func extractThumb(session drivers.OSSession, filename string, segment []byte) er
"-i", inFile,
"-ss", "00:00:00",
"-vframes", "1",
"-vf", "scale=320:240:force_original_aspect_ratio=decrease",
"-vf", "scale=854:480:force_original_aspect_ratio=decrease",

Check warning on line 145 in core/uploader.go

View check run for this annotation

Codecov / codecov/patch

core/uploader.go#L145

Added line #L145 was not covered by tests
"-y",
outFile,
}
Expand Down

0 comments on commit 2094188

Please sign in to comment.