-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can I use ffmpeg-static? #45
Comments
Did you figure it out? |
This works fine with
From here, you're free to use ffmpeg however you like. |
@yaphper You need to install ffmpeg(the binary itself) before using a wrapper that eases making commands to ffmpeg. |
@jens1o I cannot manage the cloud server so I cannot manually install anything on the server. when you say "ffmpeg binary", you mean i need to manually install it on the server, right? |
Im using Mac and I got this error: I20190221-00:41:12.175(-5)? /bin/sh: ffmpeg: command not found W20190221-00:21:07.641(-5)? (STDERR) fs.js:948 |
yeah. This is just a wrapper to make you more comfortable writing ffmpeg commands. |
@jens1o do you know if there is any package that doesnt need manually install ffmpeg on the server? The cloud im using doesnt allow install software. |
Nope. Hosting the stuff yourself isn't an option, which would also benefit user privacy? |
Had the same issue. video.js still has a hardcoded |
Just in case anyone else runs into this, I have made a fork that makes the ffmpeg executable configurable: #88 |
UP! ^^ |
Hi,
If I use this package on my cloud server(which may not have ffmpeg installed on the linux server), so can I use ffmpeg-static instead? Something like this: https://www.npmjs.com/package/ffmpeg-static
The text was updated successfully, but these errors were encountered: