jackun / openencodevfw

No longer a VFW (video for windows) frontend for AMD VCE H264 encoder
58 stars 12 forks source link

option is fixed FPS ?? #32

Open odins1970 opened 7 years ago

odins1970 commented 7 years ago

Good job!! I have a question:   You can add an interface option is fixed FPS ?? In some cases it is necessary to do a screen capture to sync with other devices and requires a fixed FPS for example 15 or 20 or 25. It is possible ??

jackun commented 7 years ago

As far as I remember it is always "fixed" from OVE's perspective. Check your capture software.

odins1970 commented 7 years ago

I am unable to adjust the frame rate for exsmple capture desctop . No, I'm talking about vfw 264 vce encodec, and there I am unable to select the FPS setting. I can do a screen capture at 15 FPS, 20,25 ?

jackun commented 7 years ago

Ah, there was an issue with OpenEncode that it did not accept every frame rate. Try https://github.com/jackun/TestAMFVFW

odins1970 commented 7 years ago

what amd driver? Caytalyst or Crimson = AMFVFW?

odins1970 commented 7 years ago

P.S. win7 ?

jackun commented 7 years ago

Anything reasonably new. I don't remember the minimum catalyst version for AMF.

odins1970 commented 7 years ago

Thank you! I will try

jackun commented 7 years ago

But 16.7.3 managed to break AMF converter though, so try 16.7.2 :P

odins1970 commented 7 years ago

Aha/ This means that older versions of the driver such as Catalyst from 14.2 to 15.0, AMf can not work ??? I just rolled with 16.5 in the old driver that I was attached to the GPU.

odins1970 commented 7 years ago

Tried to install on vin7 (64) does not see it through Grafstudio. All keys in the registry received. What could it be?

jackun commented 7 years ago

try that https://www.microsoft.com/en-us/download/details.aspx?id=48145

odins1970 commented 7 years ago

I am made and installed the VS too. DirectShow does not see it. problem can still in the System win 7 ????

odins1970 commented 7 years ago

and it works in VFW wow64 ???

odins1970 commented 7 years ago

obs - GOOD CAPTURE //dIRECTsHOW - NO / ????? screenshot

jackun commented 7 years ago

You mean graphstudio/Edit? capture

OBS (and TestAMFVFW) issue is that capturing GPU heavy games is a bit slow, unfortunately.

odins1970 commented 7 years ago

screenshot1

jackun commented 7 years ago

One thing, maybe you moved/deleted the "Runtimes" folder? Unpack testamfvfw somewhere permanent and reinstall, path is saved in registry Software\TestAMFVFW\InstallPath

odins1970 commented 7 years ago

No/ I did as you wrote in the instructions - run and more. I needed to do video capture of this software http://www.ogama.net/ - http://www.ogama.net/node/7 screenshot2 . But there is a default of 30 fps and I have 25. and do not change the default settings from the Ogham. Only codecs VFM

odins1970 commented 7 years ago

delete old/install new /result=0 screenshot3

jackun commented 7 years ago

Uh, check if MSVC++2012 runtimes is installed too.

odins1970 commented 7 years ago

This is the magic - all the files found in the registry but does not see DirectShow I'm completely stumped!!!!!

odins1970 commented 7 years ago

screenshot4

jackun commented 7 years ago

Check c:\Windows\SysWOW64, 32bit DLLs get put there.

Windows redirects/rewrites path to c:\Windows\SysWOW64 when 32bit applications try to access system32, if I understand the WOW system correctly :P