DCP-o-matic Batch converter icon

DCP-o-matic Batch converter 2.18.10

Convert video, audio and subtitles into DCP (Digital Cinema Package)

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    dcp-o-matic-batch-converter # DCP-o-matic Batch converter
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    dcp-o-matic-batch-converter # DCP-o-matic Batch converter
  ];
}

Package Definition

{
  "pname": "dcp-o-matic-batch-converter",
  "version": "2.18.10",
  "src": {
    "url": "https://dcpomatic.com/dl.php?id=osx-10.10-batch&version=2.18.10",
    "sha256": "66792a5be1f872e7a9f4974365ce995fab47807966ebdfc75e3cd1820478ed6c"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"DCP-o-matic 2 Batch converter.app\" \"$out/Applications/DCP-o-matic 2 Batch converter.app\""
  ],
  "meta": {
    "description": "Convert video, audio and subtitles into DCP (Digital Cinema Package)",
    "homepage": "https://dcpomatic.com/"
  }
}