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:
parent
e8ac84f1b3
commit
8ab6f23a00
4 changed files with 14 additions and 10 deletions
|
@ -81,6 +81,7 @@ async function processGenerateStoryboard (job: Job): Promise<void> {
|
|||
await ffmpeg.generateStoryboardFromVideo({
|
||||
destination,
|
||||
path: videoPath,
|
||||
inputFileMutexReleaser,
|
||||
sprites: {
|
||||
size: {
|
||||
height: spriteHeight,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue