Skip to content

Instantly share code, notes, and snippets.

@JoeyTeng
Last active June 30, 2025 14:10
Show Gist options
  • Select an option

  • Save JoeyTeng/9f3f1d50d2a57344fca7845ca2225b09 to your computer and use it in GitHub Desktop.

Select an option

Save JoeyTeng/9f3f1d50d2a57344fca7845ca2225b09 to your computer and use it in GitHub Desktop.
simple-video-processor-app
@JoeyTeng
Copy link
Author

JoeyTeng commented Jun 30, 2025

File structure in the .zip:

Darwin-arm64/config.json
Darwin-arm64/libsimple-video-processor.dylib
Darwin-arm64/simple-video-processor-app
Linux-x86_64/config.json
Linux-x86_64/libsimple-video-processor.so
Linux-x86_64/simple-video-processor-app
Windows-AMD64/config.json
Windows-AMD64/simple-video-processor-app.exe
Windows-AMD64/simple-video-processor.dll

Folders are named with f"{platform.system()}-{platform.machine()}" in Python 3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment