rigaya
rigaya
I think that for at 1280x720 60fps, software decoding shall be enough. The latency of lag might be better by adding ```--input-analyze 0.2 --input-probesize 10000 ```.
[NVEnc 8.01](https://github.com/rigaya/NVEnc/releases/tag/8.01) adds ```--input-pixel-format``` to set pixel format. However, I'm not being able to test ```--input-pixel-format yuyv422``` as I don't have a capture card that can use the pixel format.
> I was wondering if there is an option or you could add an option to set a custom fps for the capture card? I think ```--input-option framerate:24.000``` should work....
[NVEnc 8.03](https://github.com/rigaya/NVEnc/releases/tag/8.03) adds support for uyvy422 input.
It is possible to output video frames is y4m format with ```-c raw```, but without audio, so will not match your usage. I think current best way is to use...
[NVEnc 8.05](https://github.com/rigaya/NVEnc/releases/tag/8.05) will make it possible to use ```-c raw --output-format nut``` at the same time, which shall allow to pass raw video frames to mpv.
I'll close this issue as the feature has been added solving this issue.
AI video frame interpolation is not added yet.
[QSVEnc 7.87](https://github.com/rigaya/QSVEnc/releases/tag/7.87) has added --vpp-ai-frameinterp option, which allows to double the frame rate.
Unfortunately not, the provided feature in ai frame interp is to interpolate frame between the input frame. I think there is a possibility to use this feature twice and generate...