vhs-decode
vhs-decode copied to clipboard
Software defined VHS decoder - Fork (maybe temporary) of the ld-decode Laserdisc rf decoder
Hi I was wondering if this has PAL-N support? For Argentina and Uruguay region before I start to setup everything, it says PAL-M that’s only for Brazil.
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...
Currently, the commands available only allow for vertical video area adjustment image output-wise, as `--full-frame` is broken. However, this does not cover 100% of active picture output in some cases...
On SVHS with current `gen_chroma_vid` and directly using `ld-chroma-decoder --ffll 2 --lfll 308 --ffrl 2 --lfrl 620` It's very apparent there is currently a hard right-side crop, This used to...
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...
Issue for both cvbs-decode and vhs-decode.