Tentacle Sync Studio icon

Tentacle Sync Studio 1.37

Automatically synchronise video and audio via timecode

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    tentacle-sync-studio # Tentacle Sync Studio
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    tentacle-sync-studio # Tentacle Sync Studio
  ];
}

Package Definition

{
  "pname": "tentacle-sync-studio",
  "version": "1.37",
  "src": {
    "url": "https://cms.tentaclesync.com/assets/ttsyncstudio-v1_37.dmg",
    "sha256": "383cd519b647594254ffc6deb744e47c5f939932d96711a60158e6e40d2fe16e"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Tentacle Sync Studio.app\" && cp -r \"Tentacle Sync Studio.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Automatically synchronise video and audio via timecode",
    "homepage": "https://tentaclesync.com/"
  }
}