Please do upload it. If my guess about the cause is correct (gamebridge likes to drop frames, throwing off a/v sync and screwing up the field order), it should be fixable in avisynth without any per-video work.
AviSource("re5_test.avi")
FieldDeinterlace(blend=false)
AviSource("re5_test.avi")
Load_Stdcall_plugin("C:\Program Files\AviSynth 2.5\plugins\yadif.dll")
Yadif()