rcc@owntv.com
Brought to you by:
masternobody
I´m using the x264vfw codec with my AVIFile screengrab app (c++), and the codec works great, small files and very hight quality, also fast, but the log window always appears right over the window I am grabbing from, and it gets recorded. Is there a way I can disable it? Thanks
Anonymous
Okay I just needed to set the log level to "None" in the setup dialog, also through the registry under software/GNU/x264...
You have few options:
1) As you already find out you can set "Log level" to "None". In registry this would be "HKEY_CURRENT_USER\Software\GNU\x264\log_level" set to 0 (or "x264vfw64" instead of "x264" for 64-bit version). But this way you are fixing symptoms without fixing reason why this warning (default Log level) is showed.
2) You can fix the reason of warnings (which warns about possible lost frames due buffering and possible audio desync with you settings). In your use case you probably should enable "Zero Latency" option ("HKEY_CURRENT_USER\Software\GNU\x264\zerolatency" set to 1) if this is acceptable.