mirror of
https://github.com/imputnet/cobalt.git
synced 2025-06-27 17:08:28 +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
@ -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…
Reference in New Issue
Block a user