mirror of https://github.com/ErsatzTV/ErsatzTV.git
3 changed files with 11 additions and 6 deletions
@ -0,0 +1,8 @@ |
|||||||
|
namespace ErsatzTV.FFmpeg.Filter.Qsv; |
||||||
|
|
||||||
|
public class QsvResetPtsFilter : BaseFilter |
||||||
|
{ |
||||||
|
public override string Filter => "setpts=PTS-STARTPTS"; |
||||||
|
|
||||||
|
public override FrameState NextState(FrameState currentState) => currentState; |
||||||
|
} |
||||||
Loading…
Reference in new issue