adjust nvidia capabilities (#864)
* adjust nvidia capabilities logic * fallback to software encoding for 10-bit h264 * cleanup * more tweaks
This commit is contained in:
@@ -4,4 +4,5 @@ public class PixelFormatYuv444P : IPixelFormat
|
||||
{
|
||||
public string Name => PixelFormat.YUV444P;
|
||||
public string FFmpegName => FFmpegFormat.YUV444P;
|
||||
public int BitDepth => 8;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user