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 made ltcdump.exe available.
I wonder if you may be willing to provide official, static binaries for ltcdump.
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
ltcdumpto 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
ltcdumphas 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.exeavailable.I wonder if you may be willing to provide official, static binaries for
ltcdump.