VSRrepo is NOT available! :-(
Further information here: VSRepo
Name | DGDecNV |
Identifier | com.vapoursynth.dgdecodenv |
Type | VSPlugin |
Category | Collection |
Description | DGDecNV is a decoder/frameserver for AVC, HEVC, MPEG2, and VC1 streams that runs on the GPU of Nvidia graphics cards that support CUDA video decoding. |
Has GPU-Support? | CUDA |
Links | Website |
Bit Depth | Color Space | Category | Description | |
---|---|---|---|---|
DGSource | 8-16 int | YUV | Source/Output | DGSource() is a source filter that delivers decoded video in YV12/i420/YUV420P16 format. |
DGDenoise | 8, 16 int | YUV | Denoising | DGDenoise() is a fast stand-alone CUDA filter that implements NLM denoising. |
DGSharpen | 8, 16 int | YUV | Sharpening | DGSharpen() is a fast stand-alone CUDA filter that implements limited sharpening like the well-known filter LimitedSharpenFaster(). |
DGTelecide | 8 int | YUV420 | Inverse Telecine | DGTelecide() is a fast stand-alone CUDA filter that implements field matching and adaptive deinterlacing. |
DGDecimate | 8 int | YUV420 | Inverse Telecine | DGDecimate() is a fast stand-alone CUDA filter that implements N-in-M frame decimation. The input clip must be in the YV12 format. |
DGBob | 8 int | YUV420 | Deinterlacing | DGBob() is a fast stand-alone CUDA filter that implements the YADIF deinterlacing algorithm (original concept by Michael Niedermayer). |
PVBob | 8 int | YUV420 | Deinterlacing | PVBob() is a stand-alone version of the PureVideo deinterlacer. This is the same functionality that you get using the deinterlace parameter of DGSource(). |