cirquit / trdrop

trdrop - a raw video analysis program
MIT License
381 stars 33 forks source link

New bug: Keeps interpreting footage at 0 or 0.5fps #61

Closed EposVox closed 3 years ago

EposVox commented 3 years ago

So I'm testing 720p clips for the first time and I keep encountering a really strange bug where after a few seconds the framerate analysis drops to 0 or 0.5fps for the remainder of the clip. This is with forgiving pixel difference or strict. Not consistent when it happens either, just... nopes out.

You can see an example here https://www.youtube.com/watch?v=hIAKgP63gMw This keeps happening, I can't get things to work properly now - I tried reinstalling.

ImplyingKinpatsu commented 3 years ago

It looks like there are black borders around the video frame, which it looks like trdrop counts as tearing. Does it have those borders in the original video file? You could try either removing the borders and running it again or have trdrop dismiss tearing if Apex Legends doesn't normally have tearing

EposVox commented 3 years ago

Disabling tearing did not help, but cropping it did. Yes, it was in the original, but I re-exported as lossless. Weird. Thanks!