1.0.4 • Published 1 year ago

@mafiosnik/nvenc-codecs v1.0.4

Weekly downloads
-
License
GPL-3.0-or-later
Repository
github
Last release
1 year ago

nvenc-codecs-node

Using NVIDIA Video Codec SDK (nvEncodeAPI.h) to check encoder capatibilty of current GPU

Installation

npm install @mafiosnik/nvenc-codecs

Basic Usage

const nvencDevice = require("@mafiosnik/nvenc-codecs");

//Choose to test for either 'H264', 'HEVC', 'AV1'
console.log(nvencDevice.supports('AV1'));
// returns "true" on a RTX 4090
1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago