Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upIncorrect FFMPEG path #692
Open
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


The path to
ffmpeg-staticshould probably not use the subproperty.path, it doesn't seem to find it:functions-samples/ffmpeg-convert-audio/functions/index.js
Line 69 in 207d801
If I change to
.setFfmpegPath(ffmpeg_static)it works.