Convert GIF to MP4 (useful for uploading to platforms that don't accept GIF).
await gifToMp4({ input: 'animation.gif', output: 'animation.mp4' }); Copy
await gifToMp4({ input: 'animation.gif', output: 'animation.mp4' });
Optional
Output width. Default: source width
ffmpeg binary override
Convert GIF to MP4 (useful for uploading to platforms that don't accept GIF).
Example