mirror of https://github.com/ErsatzTV/ErsatzTV.git
3 changed files with 10 additions and 1 deletions
@ -0,0 +1,8 @@ |
|||||||
|
namespace ErsatzTV.FFmpeg.Filter.Vaapi; |
||||||
|
|
||||||
|
public class VaapiSubtitlePixelFormatFilter : BaseFilter |
||||||
|
{ |
||||||
|
public override FrameState NextState(FrameState currentState) => currentState; |
||||||
|
|
||||||
|
public override string Filter => "format=vaapi|yuva420p|yuva444p|yuva422p|rgba|abgr|bgra|gbrap|ya8"; |
||||||
|
} |
||||||
Loading…
Reference in new issue