Skip to content
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

Automatically install latest ffmpeg version in script #255

Open
mayeaux opened this issue Apr 24, 2020 · 1 comment
Open

Automatically install latest ffmpeg version in script #255

mayeaux opened this issue Apr 24, 2020 · 1 comment

Comments

@mayeaux
Copy link
Owner

mayeaux commented Apr 24, 2020

I do this already with videodownloader, no reason to not just ship the latest version of ffmpeg with NodeTube, saves people having to deal with a dependency as well.

@mayeaux
Copy link
Owner Author

mayeaux commented May 4, 2020

https://github.com/eugeneware/ffmpeg-static
https://www.npmjs.com/package/ffmpeg-static

var pathToFfmpeg = require('ffmpeg-static');
console.log(pathToFfmpeg);

If this is used instead of the machine's native installation it will reduce errors and ffmpeg can be removed as a dependency.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant