Hi,
the deployment of my site is not successful due to this error:
2:23:07 PM: Error writing templates: (more in DEBUG output)
2:23:07 PM: > Having trouble writing template: _site/blog/coordinate-di-latitudine-e-longitudine-nuovo-google-maps/index.html
2:23:07 PM: `TemplateWriterWriteError` was thrown
2:23:07 PM: > Command failed: ffmpeg -i src/site/images/google-maps-trovare-latitudine-con-un-clic.gif -movflags faststart -filter:v "scale=trunc(iw/2)*2:trunc(ih/2)*2" -pix_fmt yuv420p -y -loglevel error _site/images/google-maps-trovare-latitudine-con-un-clic.xform.mp4
2:23:07 PM: /bin/sh: 1: ffmpeg: not found
2:23:07 PM: `Error` was thrown:
2:23:07 PM: Error: Command failed: ffmpeg -i src/site/images/google-maps-trovare-latitudine-con-un-clic.gif -movflags faststart -filter:v "scale=trunc(iw/2)*2:trunc(ih/2)*2" -pix_fmt yuv420p -y -loglevel error _site/images/google-maps-trovare-latitudine-con-un-clic.xform.mp4
2:23:07 PM: /bin/sh: 1: ffmpeg: not found
2:23:07 PM: at ChildProcess.exithandler (child_process.js:303:12)
2:23:07 PM: at ChildProcess.emit (events.js:315:20)
2:23:07 PM: at maybeClose (internal/child_process.js:1021:16)
2:23:07 PM: at Socket.<anonymous> (internal/child_process.js:443:11)
2:23:07 PM: at Socket.emit (events.js:315:20)
2:23:07 PM: at Pipe.<anonymous> (net.js:674:12)
The problem apparently is that I have to install FFMPEG on the Netlify server. I read that I need to add the pre-compiled files to the repository and then launch the build. But I have no idea how.
Would anyone be kind enough to show me a step-by-step guide on how to do it?
Thank you
Andrea