oyvindln

Results 53 issues of oyvindln

If you input an empty file you get a unhelpful message like ``` Traceback (most recent call last): File "/home/usrname/vhs-decode/vhsdecode/process.py", line 212, in build_json black = jout["videoParameters"]["black16bIre"] TypeError: 'NoneType' object...

bug

On PAL betamax, the chroma on each track is offset in frequency rather than rotating the phase like on VHS, 8mm and NTSC betamax. Currently this is handled by using...

https://docs.python.org/3/library/constants.html#exit

If there is a messed up vsync pulse, the code can in some cases assume the vsync from the next field is the one to be used which results in...

We want to be able to run some test suite to verify that changing something doesn't break decoding in one way or the other. Just testing that the decode runs...

The burst needs to be halved in amplitude after decoding according to specs. The lack of this be could the cause of the jailbar-type effect on the output after chroma...

bug

Some things noted in upstream issue https://github.com/happycube/ld-decode/issues/802 (vhs-decode is already using rfft so not all of it applies, needs some fixes on cvbs-decode still) For the tbc/single thread parts, the...

Right now it doesn't account well for line positions being distorted due to head switch. There is some workaround code for the last few lines, but could be expanded on.