normalize bit depth via new pipeline (#1045)
* fix subtitles test and nvidia subtitles * new ffmpeg pipelines; software and nvidia * partial qsv * fix qsv * fix software pipeline * add vaapi pipeline * fix qsv 10-bit h264 output * nvidia fixes * properly disable 10-bit h264 hardware encoders * more nvidia fixes * add video toolbox pipeline
This commit is contained in:
@@ -4,7 +4,7 @@ namespace ErsatzTV.FFmpeg.Decoder;
|
||||
|
||||
public class DecoderVaapi : DecoderBase
|
||||
{
|
||||
protected override FrameDataLocation OutputFrameDataLocation => FrameDataLocation.Software;
|
||||
protected override FrameDataLocation OutputFrameDataLocation => FrameDataLocation.Hardware;
|
||||
|
||||
public override string Name => "implicit_vaapi";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user