1
0
Fork 0
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:
Chocobozzz 2020-10-26 16:44:23 +01:00 committed by Chocobozzz
parent ef680f6835
commit b5b687550d
28 changed files with 356 additions and 111 deletions

View file

@ -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)