Quote:
Originally Posted by Milardo
Using the 64 bit version in mpc-be with EVR-CP and avisynth+
an hdmi usb capture device which is usb 3.0.
ExtremeCap UVC - BU110
I noticed some input lag/delay when trying to play video games on a console, controller input is delayed a bit.
In the avs file, I have this:
VideoInputSource(1,"USB",1280,720,24,frame_skip=true)
Anything else I need to add to the avs file?
Or something else?
For now, the audio issue is fine my capture card audio can be enabled from windows sound properties, and it is in sync with video.
|
Surely your game frame rate is much higher than 24fps and probably 60, so you should change it to this: VideoInputSource(1,"USB",1280,720,60,1,frame_skip=true)