pixijs / assetpack

A configurable asset pipeline for the web
http://pixijs.io/assetpack/
MIT License
105 stars 25 forks source link

bug: ffmpeg doesn't work if you don't have ffmpeg already installed. #42

Closed miltoncandelero closed 1 year ago

miltoncandelero commented 1 year ago

use @ffmpeg-installer/ffmpeg to explain fluent ffmpeg where it is

https://www.npmjs.com/package/@ffmpeg-installer/ffmpeg

const ffmpegPath = require('@ffmpeg-installer/ffmpeg').path;
const ffmpeg = require('fluent-ffmpeg');
ffmpeg.setFfmpegPath(ffmpegPath);
Zyie commented 1 year ago

fixed in v0.7.0