services.epgstation.settings.encode

NixOS option

Encoding presets for recorded videos.

type: list of (attribute set)
Default
[
  {
    name = "H.264";
    cmd = "%NODE% config.services.epgstation.package/libexec/enc.js";
    suffix = ".mp4";
  }
]
declared in: nixos/modules/services/video/epgstation/default.nixView source on NixOS/nixpkgs →