SVP 4 Mac icon

SVP 4 Mac 4.7.302-4

Real time video frame rate converter

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    svp # SVP 4 Mac
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    svp # SVP 4 Mac
  ];
}

Package Definition

{
  "pname": "svp",
  "version": "4.7.302-4",
  "src": {
    "url": "https://www.svp-team.com/files/svp4-mac.4.7.302-4.dmg",
    "sha256": "f83ffcf1b4d56a2af3e8b19805daffa1d923c65477630c34334d2d4544f1391b"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/SVP 4 Mac.app\" && cp -r \"SVP 4 Mac.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Real time video frame rate converter",
    "homepage": "https://www.svp-team.com/"
  }
}