1.0.4 • Published 3 years ago

@mafiosnik/nvenc-codecs v1.0.4

Weekly downloads
-
License
GPL-3.0-or-later
Repository
github
Last release
3 years 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

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago