-
Notifications
You must be signed in to change notification settings - Fork 79
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
Issues building Audiowmark on macOS #7
Comments
You'll need at least automake installed (e.g. Then it's probably just a matter of running Edit: You can build and run on mac using docker desktop though, thats what I did for now.. |
This is how I try to build on MacOS using homebrew:
However while theres no more "library missing" errors I still end up with an error in the configure script when running
|
This looks like the problem could be fixed by installing the autoconf-archive package ( |
Wow, nice. That worked, yes. Thank you very much, especially for releasing this software in the first place! I still had to change the zita-resampler CMakeLists.txt a bit for it to install the headers, so heres the full step-by-step that finally worked for me to build on MacOS:
Thanks again! |
Thanks for this tool! And thanks normen for following up and writing your steps out to get going on macOS. audiowmark is working perfectly for me after following your instructions. Have you by chance gotten videowmark going on macOS? Whenever I run it, I get |
Hello sir: my env: ubuntu 16.04 gcc:5.0.4 Any other suggestions? thanks. |
I think the error message
on macOS is since I developed and tested the script on linux where we have a version of Line 140 in 13d5142
The following discussion has relevant information: but basically there are two possibilities of fixing this: install GNU getopt or modify the script to use different option handling. |
This is kind-of old. Not sure if this has all dependencies for building
It looks like your Stable releases are available from https://uplex.de/audiowmark/. Then use the |
Thanks to @swesterfeld and @normen for providing the info. I should point out that since I wrote the initial message, I have moved to a new Mac Mini M1 and am now running macOS 12.01 Monterey, but everything worked just fine. |
Thanks for pointing me in the right direction @swesterfeld! gnu-getopt is included in macOS, but for some reason isn't symlinked by default...so after symlinking it gets past that step. I've progressed on to another error, relating to the temp file location directories /dev/fd/*, but again, that's probably a macos specific issue, and I can likely figure that one out. If I get everything working, I'll post back. In the meantime if anyone is looking for a workaround for videowmark on macOS, I have been manually stripping the audio with FFMPEG and passing it to audiowmark, and then passing that audio back to FFMPEG to mux or transcode it back into the video. Videowmark does the same thing (Line 87-96 of audiowmark/src/videowmark is the relevant FFMPEG settings for reference), but right now I'm scripting all that and it's working great. |
Hello! I am having problems building Audiowmark. I've downloaded the master zip. unzipped it into ~/music/audiowmark, issued
cd ~/music/audiowmark
but I'm not sure what to do next. Ideally, there would be somemake
command to build the package, but that does't seem to be present. Forgive me for my lack of knowledge in these matters ;-)The text was updated successfully, but these errors were encountered: