-
-
Notifications
You must be signed in to change notification settings - Fork 316
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
Include ffmpeg #23
Comments
looks like ffprobe is separate ?? |
Yeah, I'm thinking about building a reusable ffmpeg GitHub Action and a repository that can build ffmpeg for many platforms in many different variants and allow users to fork the repo for their own build configuration, but it's kind of a big job. |
looks like someone has done something similar before: https://github.com/vot/ffbinaries-api |
I found that one too, but there seems to be some issues with those builds not really being static builds. I haven't tried them myself and I'm not sure where he gets the builds from, but I think that the official builds from ffmpeg.org are preferred because they are well tested by a lot of people. |
oh... for some reason I thought this repo https://github.com/vot/ffbinaries-api included the code for automatically compiling from nightly builds or something :/ |
no. it just contains references to downloads from the other repo. So the question is, how are the ffmpeg-prebuilt being built. I've created an issue for that |
@mifi since You're discussing FFMPEG builds we're using these: https://johnvansickle.com/ffmpeg/ |
Ohh. Are you using "release: 4.3.1"? or "git master" ? |
Please try 4.3.1 and see if you get the same error |
FFMPeg binaries on windows don't have the same version string. I am getting this - N-101088-g6f80953554 |
where did you download ffmpeg from? |
Might add the ffmpeg-static dependency, then no need for system ffmpeg. (with an option to use a custom ffmpeg path)
But it does not work on raspberry pi, need to see if it crashes npm install or what happens
The text was updated successfully, but these errors were encountered: