use vaapi driver settings with new transcoder logic (#635)
* add LIBVA_DRIVER_NAME env var * add vaapi device name * add FFREPORT env var * fixes
This commit is contained in:
@@ -4,7 +4,7 @@ namespace ErsatzTV.FFmpeg.Decoder;
|
||||
|
||||
public class DecoderVaapi : DecoderBase
|
||||
{
|
||||
public override FrameDataLocation OutputFrameDataLocation => FrameDataLocation.Software;
|
||||
protected override FrameDataLocation OutputFrameDataLocation => FrameDataLocation.Software;
|
||||
public override string Name => "implicit_vaapi";
|
||||
public override IList<string> InputOptions => Array.Empty<string>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user