mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 02:39:33 +02:00
Add ability to save live replay
This commit is contained in:
parent
ef680f6835
commit
b5b687550d
28 changed files with 356 additions and 111 deletions
|
@ -21,7 +21,7 @@ async function processImage (
|
|||
try {
|
||||
jimpInstance = await Jimp.read(path)
|
||||
} catch (err) {
|
||||
logger.debug('Cannot read %s with jimp. Try to convert the image using ffmpeg first.', { err })
|
||||
logger.debug('Cannot read %s with jimp. Try to convert the image using ffmpeg first.', path, { err })
|
||||
|
||||
const newName = path + '.jpg'
|
||||
await convertWebPToJPG(path, newName)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue