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