1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 19:42:24 +02:00

Don't block video update on storyboard generation

This commit is contained in:
Chocobozzz 2024-07-03 15:40:10 +02:00
parent e8ac84f1b3
commit 8ab6f23a00
No known key found for this signature in database
GPG key ID: 583A612D890159BE
4 changed files with 14 additions and 10 deletions

View file

@ -81,6 +81,7 @@ async function processGenerateStoryboard (job: Job): Promise<void> {
await ffmpeg.generateStoryboardFromVideo({
destination,
path: videoPath,
inputFileMutexReleaser,
sprites: {
size: {
height: spriteHeight,