mirror of
https://github.com/imputnet/cobalt.git
synced 2026-08-27 04:05:22 +00:00
web/queue: scale cropped covers to 720x720
instead of 800x800 because usually thumbnails that need to be cropped are 1280x720
This commit is contained in:
parent
bfb23c86f9
commit
81a0d5e154
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ const makeAudioArgs = (info: CobaltLocalProcessingResponse) => {
|
|||
"-map", "1",
|
||||
...(info.audio.cropCover ? [
|
||||
"-c:v", "mjpeg",
|
||||
"-vf", "scale=-1:800,crop=800:800",
|
||||
"-vf", "scale=-1:720,crop=720:720",
|
||||
] : [
|
||||
"-c:v", "copy",
|
||||
]),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue