-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VBI frame numbers on A-ko #332
Comments
In the frames that report incorrect numbers, VBI line 17 has a mangled value, but line 18 is correct:
e.g. line 17 for picno 14212 has the nonsense value 0xf95fdf, rather than 0xf94212. A reasonably simple fix in |
Good idea @atsampson - also the fallback for a failed VBI code could also be to try to use line 18 instead (since the check condition would be there anyway). |
Fixed |
It's still a little off, but only in the VBI frame number ranges of 9000-9999, 19000-19999, and 28000-28999 where it reports them as early CLV timecodes.
It appears to only be broken in ld-decode. |
Updated labels as this isn't an ld-decode-tools issue |
scratch that- was on the wrong commit. |
There's an odd pattern to the frame numbers on the first A-ko movie, on both the original and re-release. It comes out something like this, both in ld-decode and ld-process-vbi:
Scrolling through on a player shows the proper frame numbers, without the odd non-sequential numbers after each pulldown frame (unknown).
sample
The text was updated successfully, but these errors were encountered: