-
Notifications
You must be signed in to change notification settings - Fork 21
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
static, precomiled ltcdump binaries #13
Comments
I can do a one time compile, but I'm not interested in maintaining binary releases. |
Thank you for getting back to me! A one-time compile would be wonderful and would get me going. I would love to set up CI builds. I would set up In any case, if you could one-time build static binaries for Linux, Windows and Mac, it would help the LTCsync project greatly. Thank you again for your software, and for getting back to me on this. |
See https://github.com/x42/ltc-tools/releases/tag/v0.7.0 I'm considering to some Linux x86, x86_64 and armhf binaries, too... |
Thank you! It would be wonderful if you could add Linux binaries for completeness. I think x86 and x86_64 are the two common targets. I don't know if ARM is a big market in video editing. Out of curiosity--Mac .zip is the only file that doesn't include version number in the file name. |
Thank you for adding Linux binaries! |
I've also fixed the MacOS/X zip name. Thanks for noticing. Re ARM, The target is Raspberry-Pi for example. It may come in handy for some embedded solution anyway. Now I have to check out your LTCSync too. I don't have an immediate use-case, but handling tenatacle sync is very interesting! |
Thank you. I would appreciate any feedback. The project is in early stage of development, so feedback now can have large impact! |
I have verified |
I'm working on an application that synchronizes files in post-production. GPL 3.0. The project is at https://github.com/arikrupnik/ltcsync. The project uses
ltcdump
to parse timecode out of audio streams. For cross-platform UI, the project uses Electron.js. I want to support MacOS, Windows and Linux.My approach to interfacing with
ltcdump
has been to invoke it as a child process from Node. This works well in my development on Linux. For MacOS and Windows users, I want to package pre-built, static binaries with my distribution. I understand that on occasion, you've madeltcdump.exe
available.I wonder if you may be willing to provide official, static binaries for
ltcdump
.The text was updated successfully, but these errors were encountered: